Html Css Color HEX #C52429 Fire Engine Red

📋 copy color: '#C52429'

red 197 ◦ green 36 ◦ blue 41

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

Shades of Fire Engine Red #C52429

Tints of Fire Engine Red #C52429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 71.9%
G = 13.14%
B = 14.96%

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

#C52429 (or 0xC52429) is known color: Fire Engine Red. HEX triplet: C5, 24 and 29. RGB value is (197,36,41). Sum of RGB (Red+Green+Blue) = 197+36+41=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C52429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52429 is #3ADBD6. Grayscale: #545454. Windows color (decimal): -3857367 or 2696389. OLE color: 2696389.

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

Color convert

RGB 197 36 41 -
CMYK 0 0.82 0.79 0.23
HSL 358.14º 0.69% 0.46% -
HSV(B) 358.14º 0.82% 0.77% -
XYZ 24.06 13.29 3.4 -
YUV 84.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 197 36 41 0 0.82 0.79 0.23 358.14 0.69 0.46
Hex C5 24 29 0 52 4F 17 166 45 2E
Octal 305 44 51 0 122 117 27 546 105 56
Binary 11000101 100100 101001 0 1010010 1001111 10111 101100110 1000101 101110

Color Harmonies of #C52429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52429

Black with #C52429

Text Example


Text Example

White with #C52429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52429; }

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

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

background-color css

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

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

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

border-color css

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

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

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