Html Css Color HEX #C81918 Fire Brick

📋 copy color: '#C81918'

red 200 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #C81918

Tints of Fire Brick #C81918

RGB

 RED value IS 200 (78.52% from 255) = 80.32%

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

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

R = 80.32%
G = 10.04%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C81918 (or 0xC81918) is known color: Fire Brick. HEX triplet: C8, 19 and 18. RGB value is (200,25,24). Sum of RGB (Red+Green+Blue) = 200+25+24=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81918 is #37E6E7. Grayscale: #4D4D4D. Windows color (decimal): -3663592 or 1579464. OLE color: 1579464.

HSL color Cylindrical-coordinate representation of color #C81918: hue angle of 0.34º degrees, saturation: 0.79, 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 #C81918 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 24 -
CMYK 0 0.88 0.88 0.22
HSL 0.34º 0.79% 0.44% -
HSV(B) 0.34º 0.88% 0.78% -
XYZ 24.33 13.04 2.1 -
YUV 77.21 97.98 215.58 -
System Red Green Blue C M Y K H S L
Decimal 200 25 24 0 0.88 0.88 0.22 0.34 0.79 0.44
Hex C8 19 18 0 58 58 16 0 4F 2C
Octal 310 31 30 0 130 130 26 0 117 54
Binary 11001000 11001 11000 0 1011000 1011000 10110 0 1001111 101100

Color Harmonies of #C81918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81918

Black with #C81918

Text Example


Text Example

White with #C81918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81918; }

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

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

background-color css

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

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

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

border-color css

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

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

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