Html Css Color HEX #EE120A Red

📋 copy color: '#EE120A'

red 238 ◦ green 18 ◦ blue 10

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

Shades of Red #EE120A

Tints of Red #EE120A

RGB

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

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

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

R = 89.47%
G = 6.77%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE120A (or 0xEE120A) is known color: Red. HEX triplet: EE, 12 and 0A. RGB value is (238,18,10). Sum of RGB (Red+Green+Blue) = 238+18+10=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE120A is #11EDF5. Grayscale: #535353. Windows color (decimal): -1175030 or 660206. OLE color: 660206.

HSL color Cylindrical-coordinate representation of color #EE120A: hue angle of 2.11º 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 #EE120A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 10 -
CMYK 0 0.92 0.96 0.07
HSL 2.11º 0.92% 0.49% -
HSV(B) 2.11º 0.96% 0.93% -
XYZ 35.53 18.63 2.01 -
YUV 82.87 86.89 238.65 -
System Red Green Blue C M Y K H S L
Decimal 238 18 10 0 0.92 0.96 0.07 2.11 0.92 0.49
Hex EE 12 A 0 5C 60 7 2 5C 31
Octal 356 22 12 0 134 140 7 2 134 61
Binary 11101110 10010 1010 0 1011100 1100000 111 10 1011100 110001

Color Harmonies of #EE120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE120A

Black with #EE120A

Text Example


Text Example

White with #EE120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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