Html Css Color HEX #C31224 Fire Engine Red

📋 copy color: '#C31224'

red 195 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #C31224

Tints of Fire Engine Red #C31224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 78.31%
G = 7.23%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31224 (or 0xC31224) is known color: Fire Engine Red. HEX triplet: C3, 12 and 24. RGB value is (195,18,36). Sum of RGB (Red+Green+Blue) = 195+18+36=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C31224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31224 is #3CEDDB. Grayscale: #494949. Windows color (decimal): -3993052 or 2364099. OLE color: 2364099.

HSL color Cylindrical-coordinate representation of color #C31224: hue angle of 353.9º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31224 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 18 36 -
CMYK 0 0.91 0.82 0.24
HSL 353.9º 0.83% 0.42% -
HSV(B) 353.9º 0.91% 0.76% -
XYZ 23.04 12.16 2.8 -
YUV 72.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 195 18 36 0 0.91 0.82 0.24 353.9 0.83 0.42
Hex C3 12 24 0 5B 52 18 162 53 2A
Octal 303 22 44 0 133 122 30 542 123 52
Binary 11000011 10010 100100 0 1011011 1010010 11000 101100010 1010011 101010

Color Harmonies of #C31224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31224

Black with #C31224

Text Example


Text Example

White with #C31224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31224; }

 p { color: rgb(195,18,36); }

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

background-color css

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

 a { background-color: rgb(195,18,36); }

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

border-color css

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

 span { border-color: rgb(195,18,36); }

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