Html Css Color HEX #EE010D Venetian Red

📋 copy color: '#EE010D'

red 238 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #EE010D

Tints of Venetian Red #EE010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 94.44%
G = 0.4%
B = 5.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE010D (or 0xEE010D) is known color: Venetian Red. HEX triplet: EE, 01 and 0D. RGB value is (238,1,13). Sum of RGB (Red+Green+Blue) = 238+1+13=252 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.44% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 238 - color contains mainly: red. Hex color #EE010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE010D is #11FEF2. Grayscale: #494949. Windows color (decimal): -1179379 or 852462. OLE color: 852462.

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

Color convert

RGB 238 1 13 -
CMYK 0 1.00 0.95 0.07
HSL 356.96º 0.99% 0.47% -
HSV(B) 356.96º 1% 0.93% -
XYZ 35.34 18.23 2.04 -
YUV 73.23 94.02 245.52 -
System Red Green Blue C M Y K H S L
Decimal 238 1 13 0 1.00 0.95 0.07 356.96 0.99 0.47
Hex EE 1 D 0 64 5F 7 165 63 2F
Octal 356 1 15 0 144 137 7 545 143 57
Binary 11101110 1 1101 0 1100100 1011111 111 101100101 1100011 101111

Color Harmonies of #EE010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE010D

Black with #EE010D

Text Example


Text Example

White with #EE010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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