Html Css Color HEX #C01227 Fire Engine Red

📋 copy color: '#C01227'

red 192 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #C01227

Tints of Fire Engine Red #C01227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 77.11%
G = 7.23%
B = 15.66%

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

#C01227 (or 0xC01227) is known color: Fire Engine Red. HEX triplet: C0, 12 and 27. RGB value is (192,18,39). Sum of RGB (Red+Green+Blue) = 192+18+39=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C01227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01227 is #3FEDD8. Grayscale: #484848. Windows color (decimal): -4189657 or 2560704. OLE color: 2560704.

HSL color Cylindrical-coordinate representation of color #C01227: hue angle of 352.76º degrees, saturation: 0.83, 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 #C01227 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 39 -
CMYK 0 0.91 0.80 0.25
HSL 352.76º 0.83% 0.41% -
HSV(B) 352.76º 0.91% 0.75% -
XYZ 22.32 11.79 3.02 -
YUV 72.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 192 18 39 0 0.91 0.80 0.25 352.76 0.83 0.41
Hex C0 12 27 0 5B 50 19 161 53 29
Octal 300 22 47 0 133 120 31 541 123 51
Binary 11000000 10010 100111 0 1011011 1010000 11001 101100001 1010011 101001

Color Harmonies of #C01227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01227

Black with #C01227

Text Example


Text Example

White with #C01227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01227; }

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

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

background-color css

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

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

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

border-color css

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

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

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