Html Css Color HEX #E10309 Venetian Red

📋 copy color: '#E10309'

red 225 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #E10309

Tints of Venetian Red #E10309

RGB

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

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

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

R = 94.94%
G = 1.27%
B = 3.8%

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

#E10309 (or 0xE10309) is known color: Venetian Red. HEX triplet: E1, 03 and 09. RGB value is (225,3,9). Sum of RGB (Red+Green+Blue) = 225+3+9=237 (31% of max value = 765). Red value is 225 (88.28% from 255 or 94.94% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 225 - color contains mainly: red. Hex color #E10309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10309 is #1EFCF6. Grayscale: #464646. Windows color (decimal): -2030839 or 590817. OLE color: 590817.

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

Color convert

RGB 225 3 9 -
CMYK 0 0.99 0.96 0.12
HSL 358.38º 0.97% 0.45% -
HSV(B) 358.38º 0.99% 0.88% -
XYZ 31.13 16.09 1.72 -
YUV 70.06 93.55 238.51 -
System Red Green Blue C M Y K H S L
Decimal 225 3 9 0 0.99 0.96 0.12 358.38 0.97 0.45
Hex E1 3 9 0 63 60 C 166 61 2D
Octal 341 3 11 0 143 140 14 546 141 55
Binary 11100001 11 1001 0 1100011 1100000 1100 101100110 1100001 101101

Color Harmonies of #E10309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10309

Black with #E10309

Text Example


Text Example

White with #E10309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10309; }

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

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

background-color css

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

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

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

border-color css

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

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

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