Html Css Color HEX #C52022 Fire Engine Red

📋 copy color: '#C52022'

red 197 ◦ green 32 ◦ blue 34

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

Shades of Fire Engine Red #C52022

Tints of Fire Engine Red #C52022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

 BLUE value IS 34 (13.67% from 255) = 12.93%

R = 74.9%
G = 12.17%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#C52022 (or 0xC52022) is known color: Fire Engine Red. HEX triplet: C5, 20 and 22. RGB value is (197,32,34). Sum of RGB (Red+Green+Blue) = 197+32+34=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C52022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52022 is #3ADFDD. Grayscale: #515151. Windows color (decimal): -3858398 or 2236613. OLE color: 2236613.

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

Color convert

RGB 197 32 34 -
CMYK 0 0.84 0.83 0.23
HSL 359.27º 0.72% 0.45% -
HSV(B) 359.27º 0.84% 0.77% -
XYZ 23.83 13.02 2.77 -
YUV 81.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 197 32 34 0 0.84 0.83 0.23 359.27 0.72 0.45
Hex C5 20 22 0 54 53 17 167 48 2D
Octal 305 40 42 0 124 123 27 547 110 55
Binary 11000101 100000 100010 0 1010100 1010011 10111 101100111 1001000 101101

Color Harmonies of #C52022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52022

Black with #C52022

Text Example


Text Example

White with #C52022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52022; }

 p { color: rgb(197,32,34); }

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

background-color css

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

 a { background-color: rgb(197,32,34); }

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

border-color css

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

 span { border-color: rgb(197,32,34); }

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