Html Css Color HEX #EE010A Venetian Red

📋 copy color: '#EE010A'

red 238 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #EE010A

Tints of Venetian Red #EE010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 95.58%
G = 0.4%
B = 4.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE010A (or 0xEE010A) is known color: Venetian Red. HEX triplet: EE, 01 and 0A. RGB value is (238,1,10). Sum of RGB (Red+Green+Blue) = 238+1+10=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE010A is #11FEF5. Grayscale: #494949. Windows color (decimal): -1179382 or 655854. OLE color: 655854.

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

Color convert

RGB 238 1 10 -
CMYK 0 1.00 0.96 0.07
HSL 357.72º 0.99% 0.47% -
HSV(B) 357.72º 1% 0.93% -
XYZ 35.33 18.22 1.94 -
YUV 72.89 92.52 245.77 -
System Red Green Blue C M Y K H S L
Decimal 238 1 10 0 1.00 0.96 0.07 357.72 0.99 0.47
Hex EE 1 A 0 64 60 7 166 63 2F
Octal 356 1 12 0 144 140 7 546 143 57
Binary 11101110 1 1010 0 1100100 1100000 111 101100110 1100011 101111

Color Harmonies of #EE010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE010A

Black with #EE010A

Text Example


Text Example

White with #EE010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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