Html Css Color HEX #E10207 Venetian Red

📋 copy color: '#E10207'

red 225 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #E10207

Tints of Venetian Red #E10207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.99%

R = 96.15%
G = 0.85%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E10207 (or 0xE10207) is known color: Venetian Red. HEX triplet: E1, 02 and 07. RGB value is (225,2,7). Sum of RGB (Red+Green+Blue) = 225+2+7=234 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.15% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 225 - color contains mainly: red. Hex color #E10207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10207 is #1EFDF8. Grayscale: #454545. Windows color (decimal): -2031097 or 459489. OLE color: 459489.

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

Color convert

RGB 225 2 7 -
CMYK 0 0.99 0.97 0.12
HSL 358.65º 0.98% 0.45% -
HSV(B) 358.65º 0.99% 0.88% -
XYZ 31.11 16.07 1.66 -
YUV 69.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 225 2 7 0 0.99 0.97 0.12 358.65 0.98 0.45
Hex E1 2 7 0 63 61 C 167 62 2D
Octal 341 2 7 0 143 141 14 547 142 55
Binary 11100001 10 111 0 1100011 1100001 1100 101100111 1100010 101101

Color Harmonies of #E10207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10207

Black with #E10207

Text Example


Text Example

White with #E10207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10207; }

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

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

background-color css

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

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

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

border-color css

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

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

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