Html Css Color HEX #E10619 Venetian Red

📋 copy color: '#E10619'

red 225 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #E10619

Tints of Venetian Red #E10619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 87.89%
G = 2.34%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E10619 (or 0xE10619) is known color: Venetian Red. HEX triplet: E1, 06 and 19. RGB value is (225,6,25). Sum of RGB (Red+Green+Blue) = 225+6+25=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E10619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10619 is #1EF9E6. Grayscale: #494949. Windows color (decimal): -2030055 or 1640161. OLE color: 1640161.

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

Color convert

RGB 225 6 25 -
CMYK 0 0.97 0.89 0.12
HSL 354.79º 0.95% 0.45% -
HSV(B) 354.79º 0.97% 0.88% -
XYZ 31.29 16.21 2.4 -
YUV 73.65 100.55 235.96 -
System Red Green Blue C M Y K H S L
Decimal 225 6 25 0 0.97 0.89 0.12 354.79 0.95 0.45
Hex E1 6 19 0 61 59 C 163 5F 2D
Octal 341 6 31 0 141 131 14 543 137 55
Binary 11100001 110 11001 0 1100001 1011001 1100 101100011 1011111 101101

Color Harmonies of #E10619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10619

Black with #E10619

Text Example


Text Example

White with #E10619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10619; }

 p { color: rgb(225,6,25); }

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

background-color css

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

 a { background-color: rgb(225,6,25); }

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

border-color css

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

 span { border-color: rgb(225,6,25); }

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