Html Css Color HEX #EE1002 Red

📋 copy color: '#EE1002'

red 238 ◦ green 16 ◦ blue 2

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

Shades of Red #EE1002

Tints of Red #EE1002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 92.97%
G = 6.25%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE1002 (or 0xEE1002) is known color: Red. HEX triplet: EE, 10 and 02. RGB value is (238,16,2). Sum of RGB (Red+Green+Blue) = 238+16+2=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1002 is #11EFFD. Grayscale: #515151. Windows color (decimal): -1175550 or 135406. OLE color: 135406.

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

Color convert

RGB 238 16 2 -
CMYK 0 0.93 0.99 0.07
HSL 3.56º 0.98% 0.47% -
HSV(B) 3.56º 0.99% 0.93% -
XYZ 35.46 18.55 1.77 -
YUV 80.78 83.55 240.14 -
System Red Green Blue C M Y K H S L
Decimal 238 16 2 0 0.93 0.99 0.07 3.56 0.98 0.47
Hex EE 10 2 0 5D 63 7 4 62 2F
Octal 356 20 2 0 135 143 7 4 142 57
Binary 11101110 10000 10 0 1011101 1100011 111 100 1100010 101111

Color Harmonies of #EE1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1002

Black with #EE1002

Text Example


Text Example

White with #EE1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1002; }

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

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

background-color css

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

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

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

border-color css

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

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

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