Html Css Color HEX #C01927 Fire Engine Red

📋 copy color: '#C01927'

red 192 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #C01927

Tints of Fire Engine Red #C01927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 75%
G = 9.77%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01927 (or 0xC01927) is known color: Fire Engine Red. HEX triplet: C0, 19 and 27. RGB value is (192,25,39). Sum of RGB (Red+Green+Blue) = 192+25+39=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C01927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01927 is #3FE6D8. Grayscale: #4C4C4C. Windows color (decimal): -4187865 or 2562496. OLE color: 2562496.

HSL color Cylindrical-coordinate representation of color #C01927: hue angle of 354.97º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01927 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 25 39 -
CMYK 0 0.87 0.80 0.25
HSL 354.97º 0.77% 0.43% -
HSV(B) 354.97º 0.87% 0.75% -
XYZ 22.45 12.05 3.06 -
YUV 76.53 106.83 210.36 -
System Red Green Blue C M Y K H S L
Decimal 192 25 39 0 0.87 0.80 0.25 354.97 0.77 0.43
Hex C0 19 27 0 57 50 19 163 4D 2B
Octal 300 31 47 0 127 120 31 543 115 53
Binary 11000000 11001 100111 0 1010111 1010000 11001 101100011 1001101 101011

Color Harmonies of #C01927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01927

Black with #C01927

Text Example


Text Example

White with #C01927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01927; }

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

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

background-color css

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

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

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

border-color css

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

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

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