Html Css Color HEX #EE100C Red

📋 copy color: '#EE100C'

red 238 ◦ green 16 ◦ blue 12

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

Shades of Red #EE100C

Tints of Red #EE100C

RGB

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

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

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

R = 89.47%
G = 6.02%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE100C (or 0xEE100C) is known color: Red. HEX triplet: EE, 10 and 0C. RGB value is (238,16,12). Sum of RGB (Red+Green+Blue) = 238+16+12=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE100C is #11EFF3. Grayscale: #525252. Windows color (decimal): -1175540 or 790766. OLE color: 790766.

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

Color convert

RGB 238 16 12 -
CMYK 0 0.93 0.95 0.07
HSL 1.06º 0.9% 0.49% -
HSV(B) 1.06º 0.95% 0.93% -
XYZ 35.51 18.57 2.06 -
YUV 81.92 88.55 239.33 -
System Red Green Blue C M Y K H S L
Decimal 238 16 12 0 0.93 0.95 0.07 1.06 0.9 0.49
Hex EE 10 C 0 5D 5F 7 1 5A 31
Octal 356 20 14 0 135 137 7 1 132 61
Binary 11101110 10000 1100 0 1011101 1011111 111 1 1011010 110001

Color Harmonies of #EE100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE100C

Black with #EE100C

Text Example


Text Example

White with #EE100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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