Html Css Color HEX #EE000D Venetian Red

📋 copy color: '#EE000D'

red 238 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #EE000D

Tints of Venetian Red #EE000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.82%
G = 0%
B = 5.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE000D (or 0xEE000D) is known color: Venetian Red. HEX triplet: EE, 00 and 0D. RGB value is (238,0,13). Sum of RGB (Red+Green+Blue) = 238+0+13=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE000D is #11FFF2. Grayscale: #484848. Windows color (decimal): -1179635 or 852206. OLE color: 852206.

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

Color convert

RGB 238 0 13 -
CMYK 0 1 0.95 0.07
HSL 356.72º 1% 0.47% -
HSV(B) 356.72º 1% 0.93% -
XYZ 35.33 18.21 2.03 -
YUV 72.64 94.35 245.94 -
System Red Green Blue C M Y K H S L
Decimal 238 0 13 0 1 0.95 0.07 356.72 1 0.47
Hex EE 0 D 0 64 5F 7 165 64 2F
Octal 356 0 15 0 144 137 7 545 144 57
Binary 11101110 0 1101 0 1100100 1011111 111 101100101 1100100 101111

Color Harmonies of #EE000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE000D

Black with #EE000D

Text Example


Text Example

White with #EE000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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