Html Css Color HEX #C11120 Fire Engine Red

📋 copy color: '#C11120'

red 193 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #C11120

Tints of Fire Engine Red #C11120

RGB

 RED value IS 193 (75.78% from 255) = 79.75%

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

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 79.75%
G = 7.02%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11120 (or 0xC11120) is known color: Fire Engine Red. HEX triplet: C1, 11 and 20. RGB value is (193,17,32). Sum of RGB (Red+Green+Blue) = 193+17+32=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C11120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11120 is #3EEEDF. Grayscale: #474747. Windows color (decimal): -4124384 or 2101697. OLE color: 2101697.

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

Color convert

RGB 193 17 32 -
CMYK 0 0.91 0.83 0.24
HSL 354.89º 0.84% 0.41% -
HSV(B) 354.89º 0.91% 0.76% -
XYZ 22.45 11.84 2.47 -
YUV 71.33 105.81 214.78 -
System Red Green Blue C M Y K H S L
Decimal 193 17 32 0 0.91 0.83 0.24 354.89 0.84 0.41
Hex C1 11 20 0 5B 53 18 163 54 29
Octal 301 21 40 0 133 123 30 543 124 51
Binary 11000001 10001 100000 0 1011011 1010011 11000 101100011 1010100 101001

Color Harmonies of #C11120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11120

Black with #C11120

Text Example


Text Example

White with #C11120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11120; }

 p { color: rgb(193,17,32); }

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

background-color css

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

 a { background-color: rgb(193,17,32); }

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

border-color css

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

 span { border-color: rgb(193,17,32); }

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