Html Css Color HEX #E1030D Venetian Red

📋 copy color: '#E1030D'

red 225 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #E1030D

Tints of Venetian Red #E1030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 93.36%
G = 1.24%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1030D (or 0xE1030D) is known color: Venetian Red. HEX triplet: E1, 03 and 0D. RGB value is (225,3,13). Sum of RGB (Red+Green+Blue) = 225+3+13=241 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.36% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 225 - color contains mainly: red. Hex color #E1030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1030D is #1EFCF2. Grayscale: #464646. Windows color (decimal): -2030835 or 852961. OLE color: 852961.

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

Color convert

RGB 225 3 13 -
CMYK 0 0.99 0.94 0.12
HSL 357.3º 0.97% 0.45% -
HSV(B) 357.3º 0.99% 0.88% -
XYZ 31.16 16.1 1.85 -
YUV 70.52 95.55 238.19 -
System Red Green Blue C M Y K H S L
Decimal 225 3 13 0 0.99 0.94 0.12 357.3 0.97 0.45
Hex E1 3 D 0 63 5E C 165 61 2D
Octal 341 3 15 0 143 136 14 545 141 55
Binary 11100001 11 1101 0 1100011 1011110 1100 101100101 1100001 101101

Color Harmonies of #E1030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1030D

Black with #E1030D

Text Example


Text Example

White with #E1030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1030D; }

 p { color: rgb(225,3,13); }

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

background-color css

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

 a { background-color: rgb(225,3,13); }

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

border-color css

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

 span { border-color: rgb(225,3,13); }

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