Html Css Color HEX #C52023 Fire Engine Red

📋 copy color: '#C52023'

red 197 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #C52023

Tints of Fire Engine Red #C52023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 74.62%
G = 12.12%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C52023 (or 0xC52023) is known color: Fire Engine Red. HEX triplet: C5, 20 and 23. RGB value is (197,32,35). Sum of RGB (Red+Green+Blue) = 197+32+35=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C52023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52023 is #3ADFDC. Grayscale: #515151. Windows color (decimal): -3858397 or 2302149. OLE color: 2302149.

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

Color convert

RGB 197 32 35 -
CMYK 0 0.84 0.82 0.23
HSL 358.91º 0.72% 0.45% -
HSV(B) 358.91º 0.84% 0.77% -
XYZ 23.85 13.02 2.85 -
YUV 81.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 197 32 35 0 0.84 0.82 0.23 358.91 0.72 0.45
Hex C5 20 23 0 54 52 17 167 48 2D
Octal 305 40 43 0 124 122 27 547 110 55
Binary 11000101 100000 100011 0 1010100 1010010 10111 101100111 1001000 101101

Color Harmonies of #C52023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52023

Black with #C52023

Text Example


Text Example

White with #C52023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52023; }

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

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

background-color css

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

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

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

border-color css

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

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

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