Html Css Color HEX #C61918 Fire Brick

📋 copy color: '#C61918'

red 198 ◦ green 25 ◦ blue 24

#C61918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #C61918

Tints of Fire Brick #C61918

RGB

 RED value IS 198 (77.73% from 255) = 80.16%

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 80.16%
G = 10.12%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C61918 (or 0xC61918) is known color: Fire Brick. HEX triplet: C6, 19 and 18. RGB value is (198,25,24). Sum of RGB (Red+Green+Blue) = 198+25+24=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C61918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61918 is #39E6E7. Grayscale: #4C4C4C. Windows color (decimal): -3794664 or 1579462. OLE color: 1579462.

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

Color convert

RGB 198 25 24 -
CMYK 0 0.87 0.88 0.22
HSL 0.34º 0.78% 0.44% -
HSV(B) 0.34º 0.88% 0.78% -
XYZ 23.8 12.77 2.07 -
YUV 76.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 198 25 24 0 0.87 0.88 0.22 0.34 0.78 0.44
Hex C6 19 18 0 57 58 16 0 4E 2C
Octal 306 31 30 0 127 130 26 0 116 54
Binary 11000110 11001 11000 0 1010111 1011000 10110 0 1001110 101100

Color Harmonies of #C61918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61918

Black with #C61918

Text Example


Text Example

White with #C61918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61918; }

 p { color: rgb(198,25,24); }

 H1.HeaderClassName
 {
   color: #C61918;
 }
 .AnyTagClassName
 {
   color: #C61918;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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