Html Css Color HEX #C31918 Fire Brick

📋 copy color: '#C31918'

red 195 ◦ green 25 ◦ blue 24

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

Shades of Fire Brick #C31918

Tints of Fire Brick #C31918

RGB

 RED value IS 195 (76.56% from 255) = 79.92%

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

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

R = 79.92%
G = 10.25%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31918 (or 0xC31918) is known color: Fire Brick. HEX triplet: C3, 19 and 18. RGB value is (195,25,24). Sum of RGB (Red+Green+Blue) = 195+25+24=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C31918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31918 is #3CE6E7. Grayscale: #4B4B4B. Windows color (decimal): -3991272 or 1579459. OLE color: 1579459.

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

Color convert

RGB 195 25 24 -
CMYK 0 0.87 0.88 0.24
HSL 0.35º 0.78% 0.43% -
HSV(B) 0.35º 0.88% 0.76% -
XYZ 23.02 12.36 2.04 -
YUV 75.72 98.82 213.08 -
System Red Green Blue C M Y K H S L
Decimal 195 25 24 0 0.87 0.88 0.24 0.35 0.78 0.43
Hex C3 19 18 0 57 58 18 0 4E 2B
Octal 303 31 30 0 127 130 30 0 116 53
Binary 11000011 11001 11000 0 1010111 1011000 11000 0 1001110 101011

Color Harmonies of #C31918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31918

Black with #C31918

Text Example


Text Example

White with #C31918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31918; }

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

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

background-color css

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

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

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

border-color css

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

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

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