Html Css Color HEX #C31824 Fire Engine Red

📋 copy color: '#C31824'

red 195 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #C31824

Tints of Fire Engine Red #C31824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 76.47%
G = 9.41%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C31824 (or 0xC31824) is known color: Fire Engine Red. HEX triplet: C3, 18 and 24. RGB value is (195,24,36). Sum of RGB (Red+Green+Blue) = 195+24+36=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31824 is #3CE7DB. Grayscale: #4C4C4C. Windows color (decimal): -3991516 or 2365635. OLE color: 2365635.

HSL color Cylindrical-coordinate representation of color #C31824: hue angle of 355.79º 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 #C31824 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 36 -
CMYK 0 0.88 0.82 0.24
HSL 355.79º 0.78% 0.43% -
HSV(B) 355.79º 0.88% 0.76% -
XYZ 23.15 12.38 2.84 -
YUV 76.5 105.15 212.52 -
System Red Green Blue C M Y K H S L
Decimal 195 24 36 0 0.88 0.82 0.24 355.79 0.78 0.43
Hex C3 18 24 0 58 52 18 164 4E 2B
Octal 303 30 44 0 130 122 30 544 116 53
Binary 11000011 11000 100100 0 1011000 1010010 11000 101100100 1001110 101011

Color Harmonies of #C31824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31824

Black with #C31824

Text Example


Text Example

White with #C31824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31824; }

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

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

background-color css

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

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

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

border-color css

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

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

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