#c61f1f

Color #C61F1F Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #C61F1F

Tints of Fire Brick #C61F1F

Color information

#C61F1F (or 0xC61F1F) is unknown color: approx Fire Brick. HEX triplet: C6, 1F and 1F. RGB value is (198,31,31). Sum of RGB (Red+Green+Blue) = 198+31+31=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61F1F is #39E0E0. Grayscale: #515151. Windows color (decimal): -3793121 or 2039750. OLE color: 2039750.

HSL color Cylindrical-coordinate representation of color #C61F1F: hue angle of 0º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C61F1F is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB1983131-
CMYK00.840.840.22
HSL72.93%44.9%-
HSV(B)84.34%77.65%-
XYZ24.0313.082.56-
YUV80.9399.83211.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 76.15%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=76.15%
G=11.92%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198313100.840.840.22072.9344.9
HexC61F1F05454160492d
Octal3063737012412426011155
Binary1100011011111111110101010010101001011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c61f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c61f1f; }

 p { color: rgb(198,31,31); }

 H1.HeaderClassName
 {
   color: #c61f1f;
 }
 .AnyTagClassName
 {
   color: #c61f1f;
 }
</style>
background-color css

<style>
 a { background-color: #c61f1f; }

 a { background-color: rgb(198,31,31); }

 div.DivClassName
 {
   background-color: #c61f1f;
 }
 .BgClassName
 {
   background-color: #c61f1f;
 }
</style>
border-color css

<style>
 span { border-color: #c61f1f; }

 span { border-color: rgb(198,31,31); }

 td.TdClassName
 {
   border-color: #c61f1f;
 }
 .TagClassName
 {
   border-color: #c61f1f;
 }
</style>