Html Css Color HEX #EE070A Venetian Red

📋 copy color: '#EE070A'

red 238 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #EE070A

Tints of Venetian Red #EE070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 93.33%
G = 2.75%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE070A (or 0xEE070A) is known color: Venetian Red. HEX triplet: EE, 07 and 0A. RGB value is (238,7,10). Sum of RGB (Red+Green+Blue) = 238+7+10=255 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.33% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 238 - color contains mainly: red. Hex color #EE070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE070A is #11F8F5. Grayscale: #4C4C4C. Windows color (decimal): -1177846 or 657390. OLE color: 657390.

HSL color Cylindrical-coordinate representation of color #EE070A: hue angle of 359.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE070A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 7 10 -
CMYK 0 0.97 0.96 0.07
HSL 359.22º 0.94% 0.48% -
HSV(B) 359.22º 0.97% 0.93% -
XYZ 35.39 18.35 1.96 -
YUV 76.41 90.53 243.26 -
System Red Green Blue C M Y K H S L
Decimal 238 7 10 0 0.97 0.96 0.07 359.22 0.94 0.48
Hex EE 7 A 0 61 60 7 167 5E 30
Octal 356 7 12 0 141 140 7 547 136 60
Binary 11101110 111 1010 0 1100001 1100000 111 101100111 1011110 110000

Color Harmonies of #EE070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE070A

Black with #EE070A

Text Example


Text Example

White with #EE070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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