Html Css Color HEX #C52526 Fire Engine Red

📋 copy color: '#C52526'

red 197 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C52526

Tints of Fire Engine Red #C52526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 72.43%
G = 13.6%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C52526 (or 0xC52526) is known color: Fire Engine Red. HEX triplet: C5, 25 and 26. RGB value is (197,37,38). Sum of RGB (Red+Green+Blue) = 197+37+38=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C52526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52526 is #3ADAD9. Grayscale: #555555. Windows color (decimal): -3857114 or 2500037. OLE color: 2500037.

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

Color convert

RGB 197 37 38 -
CMYK 0 0.81 0.81 0.23
HSL 359.63º 0.68% 0.46% -
HSV(B) 359.63º 0.81% 0.77% -
XYZ 24.04 13.33 3.14 -
YUV 84.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 197 37 38 0 0.81 0.81 0.23 359.63 0.68 0.46
Hex C5 25 26 0 51 51 17 168 44 2E
Octal 305 45 46 0 121 121 27 550 104 56
Binary 11000101 100101 100110 0 1010001 1010001 10111 101101000 1000100 101110

Color Harmonies of #C52526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52526

Black with #C52526

Text Example


Text Example

White with #C52526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52526; }

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

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

background-color css

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

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

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

border-color css

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

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

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