Html Css Color HEX #C32124 Fire Engine Red

📋 copy color: '#C32124'

red 195 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #C32124

Tints of Fire Engine Red #C32124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.5%

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

R = 73.86%
G = 12.5%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C32124 (or 0xC32124) is known color: Fire Engine Red. HEX triplet: C3, 21 and 24. RGB value is (195,33,36). Sum of RGB (Red+Green+Blue) = 195+33+36=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C32124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32124 is #3CDEDB. Grayscale: #515151. Windows color (decimal): -3989212 or 2367939. OLE color: 2367939.

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

Color convert

RGB 195 33 36 -
CMYK 0 0.83 0.82 0.24
HSL 358.89º 0.71% 0.45% -
HSV(B) 358.89º 0.83% 0.76% -
XYZ 23.37 12.82 2.91 -
YUV 81.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 195 33 36 0 0.83 0.82 0.24 358.89 0.71 0.45
Hex C3 21 24 0 53 52 18 167 47 2D
Octal 303 41 44 0 123 122 30 547 107 55
Binary 11000011 100001 100100 0 1010011 1010010 11000 101100111 1000111 101101

Color Harmonies of #C32124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32124

Black with #C32124

Text Example


Text Example

White with #C32124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32124; }

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

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

background-color css

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

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

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

border-color css

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

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

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