Html Css Color HEX #EE0902 Red

📋 copy color: '#EE0902'

red 238 ◦ green 9 ◦ blue 2

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

Shades of Red #EE0902

Tints of Red #EE0902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

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

R = 95.58%
G = 3.61%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EE0902 (or 0xEE0902) is known color: Red. HEX triplet: EE, 09 and 02. RGB value is (238,9,2). Sum of RGB (Red+Green+Blue) = 238+9+2=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0902 is #11F6FD. Grayscale: #4C4C4C. Windows color (decimal): -1177342 or 133614. OLE color: 133614.

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

Color convert

RGB 238 9 2 -
CMYK 0 0.96 0.99 0.07
HSL 1.78º 0.98% 0.47% -
HSV(B) 1.78º 0.99% 0.93% -
XYZ 35.37 18.38 1.74 -
YUV 76.67 85.87 243.07 -
System Red Green Blue C M Y K H S L
Decimal 238 9 2 0 0.96 0.99 0.07 1.78 0.98 0.47
Hex EE 9 2 0 60 63 7 2 62 2F
Octal 356 11 2 0 140 143 7 2 142 57
Binary 11101110 1001 10 0 1100000 1100011 111 10 1100010 101111

Color Harmonies of #EE0902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0902

Black with #EE0902

Text Example


Text Example

White with #EE0902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0902; }

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

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

background-color css

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

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

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

border-color css

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

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

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