Html Css Color HEX #C01320 Fire Engine Red

📋 copy color: '#C01320'

red 192 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #C01320

Tints of Fire Engine Red #C01320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

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

R = 79.01%
G = 7.82%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C01320 (or 0xC01320) is known color: Fire Engine Red. HEX triplet: C0, 13 and 20. RGB value is (192,19,32). Sum of RGB (Red+Green+Blue) = 192+19+32=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C01320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01320 is #3FECDF. Grayscale: #484848. Windows color (decimal): -4189408 or 2102208. OLE color: 2102208.

HSL color Cylindrical-coordinate representation of color #C01320: hue angle of 355.49º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01320 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 32 -
CMYK 0 0.90 0.83 0.25
HSL 355.49º 0.82% 0.41% -
HSV(B) 355.49º 0.9% 0.75% -
XYZ 22.23 11.78 2.47 -
YUV 72.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 192 19 32 0 0.90 0.83 0.25 355.49 0.82 0.41
Hex C0 13 20 0 5A 53 19 163 52 29
Octal 300 23 40 0 132 123 31 543 122 51
Binary 11000000 10011 100000 0 1011010 1010011 11001 101100011 1010010 101001

Color Harmonies of #C01320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01320

Black with #C01320

Text Example


Text Example

White with #C01320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01320; }

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

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

background-color css

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

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

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

border-color css

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

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

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