Html Css Color HEX #E10308 Venetian Red

📋 copy color: '#E10308'

red 225 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #E10308

Tints of Venetian Red #E10308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 95.34%
G = 1.27%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E10308 (or 0xE10308) is known color: Venetian Red. HEX triplet: E1, 03 and 08. RGB value is (225,3,8). Sum of RGB (Red+Green+Blue) = 225+3+8=236 (31% of max value = 765). Red value is 225 (88.28% from 255 or 95.34% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 225 - color contains mainly: red. Hex color #E10308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10308 is #1EFCF7. Grayscale: #464646. Windows color (decimal): -2030840 or 525281. OLE color: 525281.

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

Color convert

RGB 225 3 8 -
CMYK 0 0.99 0.96 0.12
HSL 358.65º 0.97% 0.45% -
HSV(B) 358.65º 0.99% 0.88% -
XYZ 31.13 16.09 1.69 -
YUV 69.95 93.05 238.59 -
System Red Green Blue C M Y K H S L
Decimal 225 3 8 0 0.99 0.96 0.12 358.65 0.97 0.45
Hex E1 3 8 0 63 60 C 167 61 2D
Octal 341 3 10 0 143 140 14 547 141 55
Binary 11100001 11 1000 0 1100011 1100000 1100 101100111 1100001 101101

Color Harmonies of #E10308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10308

Black with #E10308

Text Example


Text Example

White with #E10308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10308; }

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

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

background-color css

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

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

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

border-color css

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

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

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