Html Css Color HEX #E9010C Venetian Red

📋 copy color: '#E9010C'

red 233 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #E9010C

Tints of Venetian Red #E9010C

RGB

 RED value IS 233 (91.41% from 255) = 94.72%

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 94.72%
G = 0.41%
B = 4.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9010C (or 0xE9010C) is known color: Venetian Red. HEX triplet: E9, 01 and 0C. RGB value is (233,1,12). Sum of RGB (Red+Green+Blue) = 233+1+12=246 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.72% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 233 - color contains mainly: red. Hex color #E9010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9010C is #16FEF3. Grayscale: #474747. Windows color (decimal): -1507060 or 786921. OLE color: 786921.

HSL color Cylindrical-coordinate representation of color #E9010C: hue angle of 357.16º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9010C is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 12 -
CMYK 0 1.00 0.95 0.09
HSL 357.16º 0.99% 0.46% -
HSV(B) 357.16º 1% 0.91% -
XYZ 33.68 17.37 1.93 -
YUV 71.62 94.36 243.11 -
System Red Green Blue C M Y K H S L
Decimal 233 1 12 0 1.00 0.95 0.09 357.16 0.99 0.46
Hex E9 1 C 0 64 5F 9 165 63 2E
Octal 351 1 14 0 144 137 11 545 143 56
Binary 11101001 1 1100 0 1100100 1011111 1001 101100101 1100011 101110

Color Harmonies of #E9010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9010C

Black with #E9010C

Text Example


Text Example

White with #E9010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9010C; }

 p { color: rgb(233,1,12); }

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

background-color css

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

 a { background-color: rgb(233,1,12); }

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

border-color css

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

 span { border-color: rgb(233,1,12); }

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