Html Css Color HEX #EE070C Venetian Red

📋 copy color: '#EE070C'

red 238 ◦ green 7 ◦ blue 12

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

Shades of Venetian Red #EE070C

Tints of Venetian Red #EE070C

RGB

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

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

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

R = 92.61%
G = 2.72%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE070C (or 0xEE070C) is known color: Venetian Red. HEX triplet: EE, 07 and 0C. RGB value is (238,7,12). Sum of RGB (Red+Green+Blue) = 238+7+12=257 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.61% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 238 - color contains mainly: red. Hex color #EE070C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE070C is #11F8F3. Grayscale: #4C4C4C. Windows color (decimal): -1177844 or 788462. OLE color: 788462.

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

Color convert

RGB 238 7 12 -
CMYK 0 0.97 0.95 0.07
HSL 358.7º 0.94% 0.48% -
HSV(B) 358.7º 0.97% 0.93% -
XYZ 35.4 18.36 2.02 -
YUV 76.64 91.53 243.09 -
System Red Green Blue C M Y K H S L
Decimal 238 7 12 0 0.97 0.95 0.07 358.7 0.94 0.48
Hex EE 7 C 0 61 5F 7 167 5E 30
Octal 356 7 14 0 141 137 7 547 136 60
Binary 11101110 111 1100 0 1100001 1011111 111 101100111 1011110 110000

Color Harmonies of #EE070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE070C

Black with #EE070C

Text Example


Text Example

White with #EE070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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