Html Css Color HEX #E0030B Venetian Red

📋 copy color: '#E0030B'

red 224 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #E0030B

Tints of Venetian Red #E0030B

RGB

 RED value IS 224 (87.89% from 255) = 94.12%

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 94.12%
G = 1.26%
B = 4.62%

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

#E0030B (or 0xE0030B) is known color: Venetian Red. HEX triplet: E0, 03 and 0B. RGB value is (224,3,11). Sum of RGB (Red+Green+Blue) = 224+3+11=238 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.12% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 224 - color contains mainly: red. Hex color #E0030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0030B is #1FFCF4. Grayscale: #464646. Windows color (decimal): -2096373 or 721888. OLE color: 721888.

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

Color convert

RGB 224 3 11 -
CMYK 0 0.99 0.95 0.12
HSL 357.83º 0.97% 0.45% -
HSV(B) 357.83º 0.99% 0.88% -
XYZ 30.83 15.94 1.77 -
YUV 69.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 224 3 11 0 0.99 0.95 0.12 357.83 0.97 0.45
Hex E0 3 B 0 63 5F C 166 61 2D
Octal 340 3 13 0 143 137 14 546 141 55
Binary 11100000 11 1011 0 1100011 1011111 1100 101100110 1100001 101101

Color Harmonies of #E0030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0030B

Black with #E0030B

Text Example


Text Example

White with #E0030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0030B; }

 p { color: rgb(224,3,11); }

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

background-color css

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

 a { background-color: rgb(224,3,11); }

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

border-color css

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

 span { border-color: rgb(224,3,11); }

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