Html Css Color HEX #E3010C Venetian Red

📋 copy color: '#E3010C'

red 227 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #E3010C

Tints of Venetian Red #E3010C

RGB

 RED value IS 227 (89.06% from 255) = 94.58%

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

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

R = 94.58%
G = 0.42%
B = 5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3010C (or 0xE3010C) is known color: Venetian Red. HEX triplet: E3, 01 and 0C. RGB value is (227,1,12). Sum of RGB (Red+Green+Blue) = 227+1+12=240 (31% of max value = 765). Red value is 227 (89.06% from 255 or 94.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 227 - color contains mainly: red. Hex color #E3010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3010C is #1CFEF3. Grayscale: #464646. Windows color (decimal): -1900276 or 786915. OLE color: 786915.

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

Color convert

RGB 227 1 12 -
CMYK 0 1.00 0.95 0.11
HSL 357.08º 0.99% 0.45% -
HSV(B) 357.08º 1% 0.89% -
XYZ 31.76 16.38 1.84 -
YUV 69.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 227 1 12 0 1.00 0.95 0.11 357.08 0.99 0.45
Hex E3 1 C 0 64 5F B 165 63 2D
Octal 343 1 14 0 144 137 13 545 143 55
Binary 11100011 1 1100 0 1100100 1011111 1011 101100101 1100011 101101

Color Harmonies of #E3010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3010C

Black with #E3010C

Text Example


Text Example

White with #E3010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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