Html Css Color HEX #EE100A Red

📋 copy color: '#EE100A'

red 238 ◦ green 16 ◦ blue 10

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

Shades of Red #EE100A

Tints of Red #EE100A

RGB

 RED value IS 238 (93.36% from 255) = 90.15%

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 90.15%
G = 6.06%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE100A (or 0xEE100A) is known color: Red. HEX triplet: EE, 10 and 0A. RGB value is (238,16,10). Sum of RGB (Red+Green+Blue) = 238+16+10=264 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.15% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 238 - color contains mainly: red. Hex color #EE100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE100A is #11EFF5. Grayscale: #515151. Windows color (decimal): -1175542 or 659694. OLE color: 659694.

HSL color Cylindrical-coordinate representation of color #EE100A: hue angle of 1.58º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE100A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 10 -
CMYK 0 0.93 0.96 0.07
HSL 1.58º 0.92% 0.49% -
HSV(B) 1.58º 0.96% 0.93% -
XYZ 35.5 18.57 2 -
YUV 81.69 87.55 239.49 -
System Red Green Blue C M Y K H S L
Decimal 238 16 10 0 0.93 0.96 0.07 1.58 0.92 0.49
Hex EE 10 A 0 5D 60 7 2 5C 31
Octal 356 20 12 0 135 140 7 2 134 61
Binary 11101110 10000 1010 0 1011101 1100000 111 10 1011100 110001

Color Harmonies of #EE100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE100A

Black with #EE100A

Text Example


Text Example

White with #EE100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE100A; }

 p { color: rgb(238,16,10); }

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

background-color css

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

 a { background-color: rgb(238,16,10); }

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

border-color css

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

 span { border-color: rgb(238,16,10); }

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