Html Css Color HEX #E1030C Venetian Red

📋 copy color: '#E1030C'

red 225 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #E1030C

Tints of Venetian Red #E1030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 93.75%
G = 1.25%
B = 5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1030C (or 0xE1030C) is known color: Venetian Red. HEX triplet: E1, 03 and 0C. RGB value is (225,3,12). Sum of RGB (Red+Green+Blue) = 225+3+12=240 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.75% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 225 - color contains mainly: red. Hex color #E1030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1030C is #1EFCF3. Grayscale: #464646. Windows color (decimal): -2030836 or 787425. OLE color: 787425.

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

Color convert

RGB 225 3 12 -
CMYK 0 0.99 0.95 0.12
HSL 357.57º 0.97% 0.45% -
HSV(B) 357.57º 0.99% 0.88% -
XYZ 31.15 16.1 1.81 -
YUV 70.4 95.05 238.27 -
System Red Green Blue C M Y K H S L
Decimal 225 3 12 0 0.99 0.95 0.12 357.57 0.97 0.45
Hex E1 3 C 0 63 5F C 166 61 2D
Octal 341 3 14 0 143 137 14 546 141 55
Binary 11100001 11 1100 0 1100011 1011111 1100 101100110 1100001 101101

Color Harmonies of #E1030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1030C

Black with #E1030C

Text Example


Text Example

White with #E1030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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