Html Css Color HEX #C02123 Fire Engine Red

📋 copy color: '#C02123'

red 192 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #C02123

Tints of Fire Engine Red #C02123

RGB

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

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

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

R = 73.85%
G = 12.69%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C02123 (or 0xC02123) is known color: Fire Engine Red. HEX triplet: C0, 21 and 23. RGB value is (192,33,35). Sum of RGB (Red+Green+Blue) = 192+33+35=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C02123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02123 is #3FDEDC. Grayscale: #505050. Windows color (decimal): -4185821 or 2302400. OLE color: 2302400.

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

Color convert

RGB 192 33 35 -
CMYK 0 0.83 0.82 0.25
HSL 359.25º 0.71% 0.44% -
HSV(B) 359.25º 0.83% 0.75% -
XYZ 22.59 12.42 2.8 -
YUV 80.77 102.18 207.34 -
System Red Green Blue C M Y K H S L
Decimal 192 33 35 0 0.83 0.82 0.25 359.25 0.71 0.44
Hex C0 21 23 0 53 52 19 167 47 2C
Octal 300 41 43 0 123 122 31 547 107 54
Binary 11000000 100001 100011 0 1010011 1010010 11001 101100111 1000111 101100

Color Harmonies of #C02123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02123

Black with #C02123

Text Example


Text Example

White with #C02123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02123; }

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

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

background-color css

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

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

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

border-color css

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

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

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