Html Css Color HEX #E10316 Venetian Red

📋 copy color: '#E10316'

red 225 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E10316

Tints of Venetian Red #E10316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 90%
G = 1.2%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E10316 (or 0xE10316) is known color: Venetian Red. HEX triplet: E1, 03 and 16. RGB value is (225,3,22). Sum of RGB (Red+Green+Blue) = 225+3+22=250 (33% of max value = 765). Red value is 225 (88.28% from 255 or 90% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 225 - color contains mainly: red. Hex color #E10316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10316 is #1EFCE9. Grayscale: #474747. Windows color (decimal): -2030826 or 1442785. OLE color: 1442785.

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

Color convert

RGB 225 3 22 -
CMYK 0 0.99 0.90 0.12
HSL 354.86º 0.97% 0.45% -
HSV(B) 354.86º 0.99% 0.88% -
XYZ 31.23 16.13 2.23 -
YUV 71.54 100.05 237.46 -
System Red Green Blue C M Y K H S L
Decimal 225 3 22 0 0.99 0.90 0.12 354.86 0.97 0.45
Hex E1 3 16 0 63 5A C 163 61 2D
Octal 341 3 26 0 143 132 14 543 141 55
Binary 11100001 11 10110 0 1100011 1011010 1100 101100011 1100001 101101

Color Harmonies of #E10316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10316

Black with #E10316

Text Example


Text Example

White with #E10316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10316; }

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

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

background-color css

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

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

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

border-color css

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

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

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