Html Css Color HEX #C11720 Fire Engine Red

📋 copy color: '#C11720'

red 193 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #C11720

Tints of Fire Engine Red #C11720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 77.82%
G = 9.27%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11720 (or 0xC11720) is known color: Fire Engine Red. HEX triplet: C1, 17 and 20. RGB value is (193,23,32). Sum of RGB (Red+Green+Blue) = 193+23+32=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C11720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11720 is #3EE8DF. Grayscale: #4A4A4A. Windows color (decimal): -4122848 or 2103233. OLE color: 2103233.

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

Color convert

RGB 193 23 32 -
CMYK 0 0.88 0.83 0.24
HSL 356.82º 0.79% 0.42% -
HSV(B) 356.82º 0.88% 0.76% -
XYZ 22.56 12.05 2.5 -
YUV 74.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 193 23 32 0 0.88 0.83 0.24 356.82 0.79 0.42
Hex C1 17 20 0 58 53 18 165 4F 2A
Octal 301 27 40 0 130 123 30 545 117 52
Binary 11000001 10111 100000 0 1011000 1010011 11000 101100101 1001111 101010

Color Harmonies of #C11720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11720

Black with #C11720

Text Example


Text Example

White with #C11720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11720; }

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

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

background-color css

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

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

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

border-color css

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

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

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