Html Css Color HEX #C32324 Fire Engine Red

📋 copy color: '#C32324'

red 195 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #C32324

Tints of Fire Engine Red #C32324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

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

R = 73.31%
G = 13.16%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32324 (or 0xC32324) is known color: Fire Engine Red. HEX triplet: C3, 23 and 24. RGB value is (195,35,36). Sum of RGB (Red+Green+Blue) = 195+35+36=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32324 is #3CDCDB. Grayscale: #535353. Windows color (decimal): -3988700 or 2368451. OLE color: 2368451.

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

Color convert

RGB 195 35 36 -
CMYK 0 0.82 0.82 0.24
HSL 359.63º 0.7% 0.45% -
HSV(B) 359.63º 0.82% 0.76% -
XYZ 23.43 12.93 2.93 -
YUV 82.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 195 35 36 0 0.82 0.82 0.24 359.63 0.7 0.45
Hex C3 23 24 0 52 52 18 168 46 2D
Octal 303 43 44 0 122 122 30 550 106 55
Binary 11000011 100011 100100 0 1010010 1010010 11000 101101000 1000110 101101

Color Harmonies of #C32324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32324

Black with #C32324

Text Example


Text Example

White with #C32324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32324; }

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

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

background-color css

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

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

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

border-color css

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

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

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