Html Css Color HEX #C31924 Fire Engine Red

📋 copy color: '#C31924'

red 195 ◦ green 25 ◦ blue 36

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

Shades of Fire Engine Red #C31924

Tints of Fire Engine Red #C31924

RGB

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

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

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

R = 76.17%
G = 9.77%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31924 (or 0xC31924) is known color: Fire Engine Red. HEX triplet: C3, 19 and 24. RGB value is (195,25,36). Sum of RGB (Red+Green+Blue) = 195+25+36=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C31924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31924 is #3CE6DB. Grayscale: #4D4D4D. Windows color (decimal): -3991260 or 2365891. OLE color: 2365891.

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

Color convert

RGB 195 25 36 -
CMYK 0 0.87 0.82 0.24
HSL 356.12º 0.77% 0.43% -
HSV(B) 356.12º 0.87% 0.76% -
XYZ 23.17 12.42 2.85 -
YUV 77.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 195 25 36 0 0.87 0.82 0.24 356.12 0.77 0.43
Hex C3 19 24 0 57 52 18 164 4D 2B
Octal 303 31 44 0 127 122 30 544 115 53
Binary 11000011 11001 100100 0 1010111 1010010 11000 101100100 1001101 101011

Color Harmonies of #C31924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31924

Black with #C31924

Text Example


Text Example

White with #C31924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31924; }

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

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

background-color css

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

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

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

border-color css

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

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

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