Html Css Color HEX #C01620 Fire Engine Red

📋 copy color: '#C01620'

red 192 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #C01620

Tints of Fire Engine Red #C01620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 78.05%
G = 8.94%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01620 (or 0xC01620) is known color: Fire Engine Red. HEX triplet: C0, 16 and 20. RGB value is (192,22,32). Sum of RGB (Red+Green+Blue) = 192+22+32=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01620 is #3FE9DF. Grayscale: #4A4A4A. Windows color (decimal): -4188640 or 2102976. OLE color: 2102976.

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

Color convert

RGB 192 22 32 -
CMYK 0 0.89 0.83 0.25
HSL 356.47º 0.79% 0.42% -
HSV(B) 356.47º 0.89% 0.75% -
XYZ 22.29 11.88 2.49 -
YUV 73.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 192 22 32 0 0.89 0.83 0.25 356.47 0.79 0.42
Hex C0 16 20 0 59 53 19 164 4F 2A
Octal 300 26 40 0 131 123 31 544 117 52
Binary 11000000 10110 100000 0 1011001 1010011 11001 101100100 1001111 101010

Color Harmonies of #C01620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01620

Black with #C01620

Text Example


Text Example

White with #C01620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01620; }

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

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

background-color css

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

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

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

border-color css

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

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

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