Html Css Color HEX #EE000F Venetian Red

📋 copy color: '#EE000F'

red 238 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #EE000F

Tints of Venetian Red #EE000F

RGB

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

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

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

R = 94.07%
G = 0%
B = 5.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE000F (or 0xEE000F) is known color: Venetian Red. HEX triplet: EE, 00 and 0F. RGB value is (238,0,15). Sum of RGB (Red+Green+Blue) = 238+0+15=253 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.07% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 238 - color contains mainly: red. Hex color #EE000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE000F is #11FFF0. Grayscale: #494949. Windows color (decimal): -1179633 or 983278. OLE color: 983278.

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

Color convert

RGB 238 0 15 -
CMYK 0 1 0.94 0.07
HSL 356.22º 1% 0.47% -
HSV(B) 356.22º 1% 0.93% -
XYZ 35.35 18.21 2.1 -
YUV 72.87 95.35 245.78 -
System Red Green Blue C M Y K H S L
Decimal 238 0 15 0 1 0.94 0.07 356.22 1 0.47
Hex EE 0 F 0 64 5E 7 164 64 2F
Octal 356 0 17 0 144 136 7 544 144 57
Binary 11101110 0 1111 0 1100100 1011110 111 101100100 1100100 101111

Color Harmonies of #EE000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE000F

Black with #EE000F

Text Example


Text Example

White with #EE000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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