Html Css Color HEX #EE050D Venetian Red

📋 copy color: '#EE050D'

red 238 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #EE050D

Tints of Venetian Red #EE050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 92.97%
G = 1.95%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE050D (or 0xEE050D) is known color: Venetian Red. HEX triplet: EE, 05 and 0D. RGB value is (238,5,13). Sum of RGB (Red+Green+Blue) = 238+5+13=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE050D is #11FAF2. Grayscale: #4B4B4B. Windows color (decimal): -1178355 or 853486. OLE color: 853486.

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

Color convert

RGB 238 5 13 -
CMYK 0 0.98 0.95 0.07
HSL 357.94º 0.96% 0.48% -
HSV(B) 357.94º 0.98% 0.93% -
XYZ 35.39 18.31 2.05 -
YUV 75.58 92.69 243.85 -
System Red Green Blue C M Y K H S L
Decimal 238 5 13 0 0.98 0.95 0.07 357.94 0.96 0.48
Hex EE 5 D 0 62 5F 7 166 60 30
Octal 356 5 15 0 142 137 7 546 140 60
Binary 11101110 101 1101 0 1100010 1011111 111 101100110 1100000 110000

Color Harmonies of #EE050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE050D

Black with #EE050D

Text Example


Text Example

White with #EE050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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