Html Css Color HEX #C01519 Fire Engine Red

📋 copy color: '#C01519'

red 192 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #C01519

Tints of Fire Engine Red #C01519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 80.67%
G = 8.82%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C01519 (or 0xC01519) is known color: Fire Engine Red. HEX triplet: C0, 15 and 19. RGB value is (192,21,25). Sum of RGB (Red+Green+Blue) = 192+21+25=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C01519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01519 is #3FEAE6. Grayscale: #484848. Windows color (decimal): -4188903 or 1643968. OLE color: 1643968.

HSL color Cylindrical-coordinate representation of color #C01519: hue angle of 358.6º degrees, saturation: 0.8, 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 #C01519 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 25 -
CMYK 0 0.89 0.87 0.25
HSL 358.6º 0.8% 0.42% -
HSV(B) 358.6º 0.89% 0.75% -
XYZ 22.18 11.81 2.03 -
YUV 72.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 192 21 25 0 0.89 0.87 0.25 358.6 0.8 0.42
Hex C0 15 19 0 59 57 19 167 50 2A
Octal 300 25 31 0 131 127 31 547 120 52
Binary 11000000 10101 11001 0 1011001 1010111 11001 101100111 1010000 101010

Color Harmonies of #C01519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01519

Black with #C01519

Text Example


Text Example

White with #C01519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01519; }

 p { color: rgb(192,21,25); }

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

background-color css

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

 a { background-color: rgb(192,21,25); }

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

border-color css

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

 span { border-color: rgb(192,21,25); }

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