Html Css Color HEX #C52529 Fire Engine Red

📋 copy color: '#C52529'

red 197 ◦ green 37 ◦ blue 41

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

Shades of Fire Engine Red #C52529

Tints of Fire Engine Red #C52529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 71.64%
G = 13.45%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C52529 (or 0xC52529) is known color: Fire Engine Red. HEX triplet: C5, 25 and 29. RGB value is (197,37,41). Sum of RGB (Red+Green+Blue) = 197+37+41=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C52529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52529 is #3ADAD6. Grayscale: #555555. Windows color (decimal): -3857111 or 2696645. OLE color: 2696645.

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

Color convert

RGB 197 37 41 -
CMYK 0 0.81 0.79 0.23
HSL 358.5º 0.68% 0.46% -
HSV(B) 358.5º 0.81% 0.77% -
XYZ 24.09 13.35 3.41 -
YUV 85.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 197 37 41 0 0.81 0.79 0.23 358.5 0.68 0.46
Hex C5 25 29 0 51 4F 17 166 44 2E
Octal 305 45 51 0 121 117 27 546 104 56
Binary 11000101 100101 101001 0 1010001 1001111 10111 101100110 1000100 101110

Color Harmonies of #C52529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52529

Black with #C52529

Text Example


Text Example

White with #C52529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52529; }

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

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

background-color css

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

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

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

border-color css

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

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

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