Html Css Color HEX #E3000F Venetian Red

📋 copy color: '#E3000F'

red 227 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #E3000F

Tints of Venetian Red #E3000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 93.8%
G = 0%
B = 6.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3000F (or 0xE3000F) is known color: Venetian Red. HEX triplet: E3, 00 and 0F. RGB value is (227,0,15). Sum of RGB (Red+Green+Blue) = 227+0+15=242 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.80% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 227 - color contains mainly: red. Hex color #E3000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3000F is #1CFFF0. Grayscale: #454545. Windows color (decimal): -1900529 or 983267. OLE color: 983267.

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

Color convert

RGB 227 0 15 -
CMYK 0 1 0.93 0.11
HSL 356.04º 1% 0.45% -
HSV(B) 356.04º 1% 0.89% -
XYZ 31.76 16.37 1.94 -
YUV 69.58 97.21 240.28 -
System Red Green Blue C M Y K H S L
Decimal 227 0 15 0 1 0.93 0.11 356.04 1 0.45
Hex E3 0 F 0 64 5D B 164 64 2D
Octal 343 0 17 0 144 135 13 544 144 55
Binary 11100011 0 1111 0 1100100 1011101 1011 101100100 1100100 101101

Color Harmonies of #E3000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3000F

Black with #E3000F

Text Example


Text Example

White with #E3000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3000F; }

 p { color: rgb(227,0,15); }

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

background-color css

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

 a { background-color: rgb(227,0,15); }

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

border-color css

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

 span { border-color: rgb(227,0,15); }

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