Html Css Color HEX #E10C10 Venetian Red

📋 copy color: '#E10C10'

red 225 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #E10C10

Tints of Venetian Red #E10C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 88.93%
G = 4.74%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E10C10 (or 0xE10C10) is known color: Venetian Red. HEX triplet: E1, 0C and 10. RGB value is (225,12,16). Sum of RGB (Red+Green+Blue) = 225+12+16=253 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.93% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C10 is #1EF3EF. Grayscale: #4C4C4C. Windows color (decimal): -2028528 or 1051873. OLE color: 1051873.

HSL color Cylindrical-coordinate representation of color #E10C10: hue angle of 358.87º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 12 16 -
CMYK 0 0.95 0.93 0.12
HSL 358.87º 0.9% 0.46% -
HSV(B) 358.87º 0.95% 0.88% -
XYZ 31.28 16.31 1.99 -
YUV 76.14 94.07 234.17 -
System Red Green Blue C M Y K H S L
Decimal 225 12 16 0 0.95 0.93 0.12 358.87 0.9 0.46
Hex E1 C 10 0 5F 5D C 167 5A 2E
Octal 341 14 20 0 137 135 14 547 132 56
Binary 11100001 1100 10000 0 1011111 1011101 1100 101100111 1011010 101110

Color Harmonies of #E10C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10C10

Black with #E10C10

Text Example


Text Example

White with #E10C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10C10; }

 p { color: rgb(225,12,16); }

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

background-color css

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

 a { background-color: rgb(225,12,16); }

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

border-color css

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

 span { border-color: rgb(225,12,16); }

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