Html Css Color HEX #C11220 Fire Engine Red

📋 copy color: '#C11220'

red 193 ◦ green 18 ◦ blue 32

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

Shades of Fire Engine Red #C11220

Tints of Fire Engine Red #C11220

RGB

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

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

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

R = 79.42%
G = 7.41%
B = 13.17%

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

#C11220 (or 0xC11220) is known color: Fire Engine Red. HEX triplet: C1, 12 and 20. RGB value is (193,18,32). Sum of RGB (Red+Green+Blue) = 193+18+32=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C11220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11220 is #3EEDDF. Grayscale: #484848. Windows color (decimal): -4124128 or 2101953. OLE color: 2101953.

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

Color convert

RGB 193 18 32 -
CMYK 0 0.91 0.83 0.24
HSL 355.2º 0.83% 0.41% -
HSV(B) 355.2º 0.91% 0.76% -
XYZ 22.47 11.87 2.47 -
YUV 71.92 105.48 214.36 -
System Red Green Blue C M Y K H S L
Decimal 193 18 32 0 0.91 0.83 0.24 355.2 0.83 0.41
Hex C1 12 20 0 5B 53 18 163 53 29
Octal 301 22 40 0 133 123 30 543 123 51
Binary 11000001 10010 100000 0 1011011 1010011 11000 101100011 1010011 101001

Color Harmonies of #C11220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11220

Black with #C11220

Text Example


Text Example

White with #C11220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11220; }

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

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

background-color css

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

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

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

border-color css

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

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

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