Html Css Color HEX #C02124 Fire Engine Red

📋 copy color: '#C02124'

red 192 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #C02124

Tints of Fire Engine Red #C02124

RGB

 RED value IS 192 (75.39% from 255) = 73.56%

 GREEN value IS 33 (13.28% from 255) = 12.64%

 BLUE value IS 36 (14.45% from 255) = 13.79%

R = 73.56%
G = 12.64%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C02124 (or 0xC02124) is known color: Fire Engine Red. HEX triplet: C0, 21 and 24. RGB value is (192,33,36). Sum of RGB (Red+Green+Blue) = 192+33+36=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02124 is #3FDEDB. Grayscale: #515151. Windows color (decimal): -4185820 or 2367936. OLE color: 2367936.

HSL color Cylindrical-coordinate representation of color #C02124: hue angle of 358.87º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02124 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 36 -
CMYK 0 0.83 0.81 0.25
HSL 358.87º 0.71% 0.44% -
HSV(B) 358.87º 0.83% 0.75% -
XYZ 22.6 12.42 2.88 -
YUV 80.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 192 33 36 0 0.83 0.81 0.25 358.87 0.71 0.44
Hex C0 21 24 0 53 51 19 167 47 2C
Octal 300 41 44 0 123 121 31 547 107 54
Binary 11000000 100001 100100 0 1010011 1010001 11001 101100111 1000111 101100

Color Harmonies of #C02124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02124

Black with #C02124

Text Example


Text Example

White with #C02124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02124; }

 p { color: rgb(192,33,36); }

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

background-color css

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

 a { background-color: rgb(192,33,36); }

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

border-color css

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

 span { border-color: rgb(192,33,36); }

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