Html Css Color HEX #C52527 Fire Engine Red

📋 copy color: '#C52527'

red 197 ◦ green 37 ◦ blue 39

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

Shades of Fire Engine Red #C52527

Tints of Fire Engine Red #C52527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 72.16%
G = 13.55%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C52527 (or 0xC52527) is known color: Fire Engine Red. HEX triplet: C5, 25 and 27. RGB value is (197,37,39). Sum of RGB (Red+Green+Blue) = 197+37+39=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52527 is #3ADAD8. Grayscale: #555555. Windows color (decimal): -3857113 or 2565573. OLE color: 2565573.

HSL color Cylindrical-coordinate representation of color #C52527: hue angle of 359.25º 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 #C52527 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 37 39 -
CMYK 0 0.81 0.80 0.23
HSL 359.25º 0.68% 0.46% -
HSV(B) 359.25º 0.81% 0.77% -
XYZ 24.05 13.34 3.23 -
YUV 85.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 197 37 39 0 0.81 0.80 0.23 359.25 0.68 0.46
Hex C5 25 27 0 51 50 17 167 44 2E
Octal 305 45 47 0 121 120 27 547 104 56
Binary 11000101 100101 100111 0 1010001 1010000 10111 101100111 1000100 101110

Color Harmonies of #C52527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52527

Black with #C52527

Text Example


Text Example

White with #C52527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52527; }

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

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

background-color css

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

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

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

border-color css

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

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

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