Html Css Color HEX #E20B0F Venetian Red

📋 copy color: '#E20B0F'

red 226 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #E20B0F

Tints of Venetian Red #E20B0F

RGB

 RED value IS 226 (88.67% from 255) = 89.68%

 GREEN value IS 11 (4.69% from 255) = 4.37%

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

R = 89.68%
G = 4.37%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E20B0F (or 0xE20B0F) is known color: Venetian Red. HEX triplet: E2, 0B and 0F. RGB value is (226,11,15). Sum of RGB (Red+Green+Blue) = 226+11+15=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20B0F is #1DF4F0. Grayscale: #4B4B4B. Windows color (decimal): -1963249 or 986082. OLE color: 986082.

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

Color convert

RGB 226 11 15 -
CMYK 0 0.95 0.93 0.11
HSL 358.88º 0.91% 0.46% -
HSV(B) 358.88º 0.95% 0.89% -
XYZ 31.57 16.44 1.96 -
YUV 75.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 226 11 15 0 0.95 0.93 0.11 358.88 0.91 0.46
Hex E2 B F 0 5F 5D B 167 5B 2E
Octal 342 13 17 0 137 135 13 547 133 56
Binary 11100010 1011 1111 0 1011111 1011101 1011 101100111 1011011 101110

Color Harmonies of #E20B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20B0F

Black with #E20B0F

Text Example


Text Example

White with #E20B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20B0F; }

 p { color: rgb(226,11,15); }

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

background-color css

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

 a { background-color: rgb(226,11,15); }

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

border-color css

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

 span { border-color: rgb(226,11,15); }

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