Html Css Color HEX #C11620 Fire Engine Red

📋 copy color: '#C11620'

red 193 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #C11620

Tints of Fire Engine Red #C11620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.91%

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

R = 78.14%
G = 8.91%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11620 (or 0xC11620) is known color: Fire Engine Red. HEX triplet: C1, 16 and 20. RGB value is (193,22,32). Sum of RGB (Red+Green+Blue) = 193+22+32=247 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.14% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 193 - color contains mainly: red. Hex color #C11620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11620 is #3EE9DF. Grayscale: #4A4A4A. Windows color (decimal): -4123104 or 2102977. OLE color: 2102977.

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

Color convert

RGB 193 22 32 -
CMYK 0 0.89 0.83 0.24
HSL 356.49º 0.8% 0.42% -
HSV(B) 356.49º 0.89% 0.76% -
XYZ 22.54 12.02 2.5 -
YUV 74.27 104.15 212.69 -
System Red Green Blue C M Y K H S L
Decimal 193 22 32 0 0.89 0.83 0.24 356.49 0.8 0.42
Hex C1 16 20 0 59 53 18 164 50 2A
Octal 301 26 40 0 131 123 30 544 120 52
Binary 11000001 10110 100000 0 1011001 1010011 11000 101100100 1010000 101010

Color Harmonies of #C11620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11620

Black with #C11620

Text Example


Text Example

White with #C11620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11620; }

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

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

background-color css

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

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

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

border-color css

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

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

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