Html Css Color HEX #E6000B Venetian Red

📋 copy color: '#E6000B'

red 230 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #E6000B

Tints of Venetian Red #E6000B

RGB

 RED value IS 230 (90.23% from 255) = 95.44%

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

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

R = 95.44%
G = 0%
B = 4.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6000B (or 0xE6000B) is known color: Venetian Red. HEX triplet: E6, 00 and 0B. RGB value is (230,0,11). Sum of RGB (Red+Green+Blue) = 230+0+11=241 (31% of max value = 765). Red value is 230 (90.23% from 255 or 95.44% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 230 - color contains mainly: red. Hex color #E6000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6000B is #19FFF4. Grayscale: #464646. Windows color (decimal): -1703925 or 721126. OLE color: 721126.

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

Color convert

RGB 230 0 11 -
CMYK 0 1 0.95 0.10
HSL 357.13º 1% 0.45% -
HSV(B) 357.13º 1% 0.9% -
XYZ 32.69 16.85 1.85 -
YUV 70.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 230 0 11 0 1 0.95 0.10 357.13 1 0.45
Hex E6 0 B 0 64 5F A 165 64 2D
Octal 346 0 13 0 144 137 12 545 144 55
Binary 11100110 0 1011 0 1100100 1011111 1010 101100101 1100100 101101

Color Harmonies of #E6000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6000B

Black with #E6000B

Text Example


Text Example

White with #E6000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6000B; }

 p { color: rgb(230,0,11); }

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

background-color css

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

 a { background-color: rgb(230,0,11); }

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

border-color css

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

 span { border-color: rgb(230,0,11); }

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