Html Css Color HEX #E10213 Venetian Red

📋 copy color: '#E10213'

red 225 ◦ green 2 ◦ blue 19

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

Shades of Venetian Red #E10213

Tints of Venetian Red #E10213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 91.46%
G = 0.81%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E10213 (or 0xE10213) is known color: Venetian Red. HEX triplet: E1, 02 and 13. RGB value is (225,2,19). Sum of RGB (Red+Green+Blue) = 225+2+19=246 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.46% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 225 - color contains mainly: red. Hex color #E10213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10213 is #1EFDEC. Grayscale: #464646. Windows color (decimal): -2031085 or 1245921. OLE color: 1245921.

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

Color convert

RGB 225 2 19 -
CMYK 0 0.99 0.92 0.12
HSL 355.43º 0.98% 0.45% -
HSV(B) 355.43º 0.99% 0.88% -
XYZ 31.19 16.1 2.08 -
YUV 70.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 225 2 19 0 0.99 0.92 0.12 355.43 0.98 0.45
Hex E1 2 13 0 63 5C C 163 62 2D
Octal 341 2 23 0 143 134 14 543 142 55
Binary 11100001 10 10011 0 1100011 1011100 1100 101100011 1100010 101101

Color Harmonies of #E10213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10213

Black with #E10213

Text Example


Text Example

White with #E10213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10213; }

 p { color: rgb(225,2,19); }

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

background-color css

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

 a { background-color: rgb(225,2,19); }

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

border-color css

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

 span { border-color: rgb(225,2,19); }

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