Html Css Color HEX #E10508 Venetian Red

📋 copy color: '#E10508'

red 225 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #E10508

Tints of Venetian Red #E10508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 94.54%
G = 2.1%
B = 3.36%

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

#E10508 (or 0xE10508) is known color: Venetian Red. HEX triplet: E1, 05 and 08. RGB value is (225,5,8). Sum of RGB (Red+Green+Blue) = 225+5+8=238 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.54% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 225 - color contains mainly: red. Hex color #E10508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10508 is #1EFAF7. Grayscale: #474747. Windows color (decimal): -2030328 or 525793. OLE color: 525793.

HSL color Cylindrical-coordinate representation of color #E10508: hue angle of 359.18º 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 #E10508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 8 -
CMYK 0 0.98 0.96 0.12
HSL 359.18º 0.96% 0.45% -
HSV(B) 359.18º 0.98% 0.88% -
XYZ 31.15 16.13 1.7 -
YUV 71.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 225 5 8 0 0.98 0.96 0.12 359.18 0.96 0.45
Hex E1 5 8 0 62 60 C 167 60 2D
Octal 341 5 10 0 142 140 14 547 140 55
Binary 11100001 101 1000 0 1100010 1100000 1100 101100111 1100000 101101

Color Harmonies of #E10508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10508

Black with #E10508

Text Example


Text Example

White with #E10508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10508; }

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

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

background-color css

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

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

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

border-color css

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

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

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