Html Css Color HEX #E10317 Venetian Red

📋 copy color: '#E10317'

red 225 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #E10317

Tints of Venetian Red #E10317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.16%

R = 89.64%
G = 1.2%
B = 9.16%

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

#E10317 (or 0xE10317) is known color: Venetian Red. HEX triplet: E1, 03 and 17. RGB value is (225,3,23). Sum of RGB (Red+Green+Blue) = 225+3+23=251 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.64% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 225 - color contains mainly: red. Hex color #E10317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10317 is #1EFCE8. Grayscale: #474747. Windows color (decimal): -2030825 or 1508321. OLE color: 1508321.

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

Color convert

RGB 225 3 23 -
CMYK 0 0.99 0.90 0.12
HSL 354.59º 0.97% 0.45% -
HSV(B) 354.59º 0.99% 0.88% -
XYZ 31.24 16.13 2.28 -
YUV 71.66 100.55 237.37 -
System Red Green Blue C M Y K H S L
Decimal 225 3 23 0 0.99 0.90 0.12 354.59 0.97 0.45
Hex E1 3 17 0 63 5A C 163 61 2D
Octal 341 3 27 0 143 132 14 543 141 55
Binary 11100001 11 10111 0 1100011 1011010 1100 101100011 1100001 101101

Color Harmonies of #E10317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10317

Black with #E10317

Text Example


Text Example

White with #E10317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10317; }

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

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

background-color css

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

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

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

border-color css

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

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

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