Html Css Color HEX #EE010F Venetian Red

📋 copy color: '#EE010F'

red 238 ◦ green 1 ◦ blue 15

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

Shades of Venetian Red #EE010F

Tints of Venetian Red #EE010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 93.7%
G = 0.39%
B = 5.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE010F (or 0xEE010F) is known color: Venetian Red. HEX triplet: EE, 01 and 0F. RGB value is (238,1,15). Sum of RGB (Red+Green+Blue) = 238+1+15=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE010F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE010F is #11FEF0. Grayscale: #494949. Windows color (decimal): -1179377 or 983534. OLE color: 983534.

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

Color convert

RGB 238 1 15 -
CMYK 0 1.00 0.94 0.07
HSL 356.46º 0.99% 0.47% -
HSV(B) 356.46º 1% 0.93% -
XYZ 35.36 18.23 2.11 -
YUV 73.46 95.02 245.36 -
System Red Green Blue C M Y K H S L
Decimal 238 1 15 0 1.00 0.94 0.07 356.46 0.99 0.47
Hex EE 1 F 0 64 5E 7 164 63 2F
Octal 356 1 17 0 144 136 7 544 143 57
Binary 11101110 1 1111 0 1100100 1011110 111 101100100 1100011 101111

Color Harmonies of #EE010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE010F

Black with #EE010F

Text Example


Text Example

White with #EE010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE010F; }

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

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

background-color css

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

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

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

border-color css

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

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

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