Html Css Color HEX #C01127 Fire Engine Red

📋 copy color: '#C01127'

red 192 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #C01127

Tints of Fire Engine Red #C01127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

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

R = 77.42%
G = 6.85%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01127 (or 0xC01127) is known color: Fire Engine Red. HEX triplet: C0, 11 and 27. RGB value is (192,17,39). Sum of RGB (Red+Green+Blue) = 192+17+39=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01127 is #3FEED8. Grayscale: #474747. Windows color (decimal): -4189913 or 2560448. OLE color: 2560448.

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

Color convert

RGB 192 17 39 -
CMYK 0 0.91 0.80 0.25
HSL 352.46º 0.84% 0.41% -
HSV(B) 352.46º 0.91% 0.75% -
XYZ 22.3 11.75 3.01 -
YUV 71.83 109.48 213.71 -
System Red Green Blue C M Y K H S L
Decimal 192 17 39 0 0.91 0.80 0.25 352.46 0.84 0.41
Hex C0 11 27 0 5B 50 19 160 54 29
Octal 300 21 47 0 133 120 31 540 124 51
Binary 11000000 10001 100111 0 1011011 1010000 11001 101100000 1010100 101001

Color Harmonies of #C01127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01127

Black with #C01127

Text Example


Text Example

White with #C01127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01127; }

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

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

background-color css

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

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

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

border-color css

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

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

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