Html Css Color HEX #E10002 Venetian Red

📋 copy color: '#E10002'

red 225 ◦ green 0 ◦ blue 2

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

Shades of Venetian Red #E10002

Tints of Venetian Red #E10002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 99.12%
G = 0%
B = 0.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10002 (or 0xE10002) is known color: Venetian Red. HEX triplet: E1, 00 and 02. RGB value is (225,0,2). Sum of RGB (Red+Green+Blue) = 225+0+2=227 (30% of max value = 765). Red value is 225 (88.28% from 255 or 99.12% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 225 - color contains mainly: red. Hex color #E10002 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10002 is #1EFFFD. Grayscale: #434343. Windows color (decimal): -2031614 or 131297. OLE color: 131297.

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

Color convert

RGB 225 0 2 -
CMYK 0 1 0.99 0.12
HSL 359.47º 1% 0.44% -
HSV(B) 359.47º 1% 0.88% -
XYZ 31.06 16.01 1.51 -
YUV 67.5 91.04 240.34 -
System Red Green Blue C M Y K H S L
Decimal 225 0 2 0 1 0.99 0.12 359.47 1 0.44
Hex E1 0 2 0 64 63 C 167 64 2C
Octal 341 0 2 0 144 143 14 547 144 54
Binary 11100001 0 10 0 1100100 1100011 1100 101100111 1100100 101100

Color Harmonies of #E10002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10002

Black with #E10002

Text Example


Text Example

White with #E10002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10002; }

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

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

background-color css

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

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

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

border-color css

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

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

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