Html Css Color HEX #E10509 Venetian Red

📋 copy color: '#E10509'

red 225 ◦ green 5 ◦ blue 9

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

Shades of Venetian Red #E10509

Tints of Venetian Red #E10509

RGB

 RED value IS 225 (88.28% from 255) = 94.14%

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

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 94.14%
G = 2.09%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E10509 (or 0xE10509) is known color: Venetian Red. HEX triplet: E1, 05 and 09. RGB value is (225,5,9). Sum of RGB (Red+Green+Blue) = 225+5+9=239 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.14% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 225 - color contains mainly: red. Hex color #E10509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10509 is #1EFAF6. Grayscale: #474747. Windows color (decimal): -2030327 or 591329. OLE color: 591329.

HSL color Cylindrical-coordinate representation of color #E10509: hue angle of 358.91º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 9 -
CMYK 0 0.98 0.96 0.12
HSL 358.91º 0.96% 0.45% -
HSV(B) 358.91º 0.98% 0.88% -
XYZ 31.15 16.14 1.73 -
YUV 71.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 225 5 9 0 0.98 0.96 0.12 358.91 0.96 0.45
Hex E1 5 9 0 62 60 C 167 60 2D
Octal 341 5 11 0 142 140 14 547 140 55
Binary 11100001 101 1001 0 1100010 1100000 1100 101100111 1100000 101101

Color Harmonies of #E10509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10509

Black with #E10509

Text Example


Text Example

White with #E10509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10509; }

 p { color: rgb(225,5,9); }

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

background-color css

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

 a { background-color: rgb(225,5,9); }

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

border-color css

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

 span { border-color: rgb(225,5,9); }

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