Html Css Color HEX #C01820 Fire Engine Red

📋 copy color: '#C01820'

red 192 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #C01820

Tints of Fire Engine Red #C01820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 32 (12.89% from 255) = 12.9%

R = 77.42%
G = 9.68%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01820 (or 0xC01820) is known color: Fire Engine Red. HEX triplet: C0, 18 and 20. RGB value is (192,24,32). Sum of RGB (Red+Green+Blue) = 192+24+32=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01820 is #3FE7DF. Grayscale: #4B4B4B. Windows color (decimal): -4188128 or 2103488. OLE color: 2103488.

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

Color convert

RGB 192 24 32 -
CMYK 0 0.88 0.83 0.25
HSL 357.14º 0.78% 0.42% -
HSV(B) 357.14º 0.88% 0.75% -
XYZ 22.33 11.96 2.5 -
YUV 75.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 192 24 32 0 0.88 0.83 0.25 357.14 0.78 0.42
Hex C0 18 20 0 58 53 19 165 4E 2A
Octal 300 30 40 0 130 123 31 545 116 52
Binary 11000000 11000 100000 0 1011000 1010011 11001 101100101 1001110 101010

Color Harmonies of #C01820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01820

Black with #C01820

Text Example


Text Example

White with #C01820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01820; }

 p { color: rgb(192,24,32); }

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

background-color css

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

 a { background-color: rgb(192,24,32); }

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

border-color css

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

 span { border-color: rgb(192,24,32); }

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