Html Css Color HEX #E9110C Red

📋 copy color: '#E9110C'

red 233 ◦ green 17 ◦ blue 12

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

Shades of Red #E9110C

Tints of Red #E9110C

RGB

 RED value IS 233 (91.41% from 255) = 88.93%

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 88.93%
G = 6.49%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9110C (or 0xE9110C) is known color: Red. HEX triplet: E9, 11 and 0C. RGB value is (233,17,12). Sum of RGB (Red+Green+Blue) = 233+17+12=262 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.93% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 233 - color contains mainly: red. Hex color #E9110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9110C is #16EEF3. Grayscale: #515151. Windows color (decimal): -1502964 or 791017. OLE color: 791017.

HSL color Cylindrical-coordinate representation of color #E9110C: hue angle of 1.36º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E9110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 17 12 -
CMYK 0 0.93 0.95 0.09
HSL 1.36º 0.9% 0.48% -
HSV(B) 1.36º 0.95% 0.91% -
XYZ 33.87 17.75 1.99 -
YUV 81.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 233 17 12 0 0.93 0.95 0.09 1.36 0.9 0.48
Hex E9 11 C 0 5D 5F 9 1 5A 30
Octal 351 21 14 0 135 137 11 1 132 60
Binary 11101001 10001 1100 0 1011101 1011111 1001 1 1011010 110000

Color Harmonies of #E9110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9110C

Black with #E9110C

Text Example


Text Example

White with #E9110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9110C; }

 p { color: rgb(233,17,12); }

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

background-color css

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

 a { background-color: rgb(233,17,12); }

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

border-color css

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

 span { border-color: rgb(233,17,12); }

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