Html Css Color HEX #C20C27 Fire Engine Red

📋 copy color: '#C20C27'

red 194 ◦ green 12 ◦ blue 39

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

Shades of Fire Engine Red #C20C27

Tints of Fire Engine Red #C20C27

RGB

 RED value IS 194 (76.17% from 255) = 79.18%

 GREEN value IS 12 (5.08% from 255) = 4.9%

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

R = 79.18%
G = 4.9%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20C27 (or 0xC20C27) is known color: Fire Engine Red. HEX triplet: C2, 0C and 27. RGB value is (194,12,39). Sum of RGB (Red+Green+Blue) = 194+12+39=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C27 is #3DF3D8. Grayscale: #454545. Windows color (decimal): -4060121 or 2559170. OLE color: 2559170.

HSL color Cylindrical-coordinate representation of color #C20C27: hue angle of 351.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C27 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 39 -
CMYK 0 0.94 0.80 0.24
HSL 351.1º 0.88% 0.4% -
HSV(B) 351.1º 0.94% 0.76% -
XYZ 22.75 11.88 3.01 -
YUV 69.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 194 12 39 0 0.94 0.80 0.24 351.1 0.88 0.4
Hex C2 C 27 0 5E 50 18 15F 58 28
Octal 302 14 47 0 136 120 30 537 130 50
Binary 11000010 1100 100111 0 1011110 1010000 11000 101011111 1011000 101000

Color Harmonies of #C20C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C27

Black with #C20C27

Text Example


Text Example

White with #C20C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C27; }

 p { color: rgb(194,12,39); }

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

background-color css

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

 a { background-color: rgb(194,12,39); }

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

border-color css

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

 span { border-color: rgb(194,12,39); }

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