Html Css Color HEX #C52329 Fire Engine Red

📋 copy color: '#C52329'

red 197 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #C52329

Tints of Fire Engine Red #C52329

RGB

 RED value IS 197 (77.34% from 255) = 72.16%

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 72.16%
G = 12.82%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C52329 (or 0xC52329) is known color: Fire Engine Red. HEX triplet: C5, 23 and 29. RGB value is (197,35,41). Sum of RGB (Red+Green+Blue) = 197+35+41=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52329 is #3ADCD6. Grayscale: #545454. Windows color (decimal): -3857623 or 2696133. OLE color: 2696133.

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

Color convert

RGB 197 35 41 -
CMYK 0 0.82 0.79 0.23
HSL 357.78º 0.7% 0.45% -
HSV(B) 357.78º 0.82% 0.77% -
XYZ 24.03 13.23 3.39 -
YUV 84.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 197 35 41 0 0.82 0.79 0.23 357.78 0.7 0.45
Hex C5 23 29 0 52 4F 17 166 46 2D
Octal 305 43 51 0 122 117 27 546 106 55
Binary 11000101 100011 101001 0 1010010 1001111 10111 101100110 1000110 101101

Color Harmonies of #C52329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52329

Black with #C52329

Text Example


Text Example

White with #C52329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52329; }

 p { color: rgb(197,35,41); }

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

background-color css

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

 a { background-color: rgb(197,35,41); }

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

border-color css

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

 span { border-color: rgb(197,35,41); }

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