Html Css Color HEX #E6000E Venetian Red

📋 copy color: '#E6000E'

red 230 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #E6000E

Tints of Venetian Red #E6000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 94.26%
G = 0%
B = 5.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6000E (or 0xE6000E) is known color: Venetian Red. HEX triplet: E6, 00 and 0E. RGB value is (230,0,14). Sum of RGB (Red+Green+Blue) = 230+0+14=244 (32% of max value = 765). Red value is 230 (90.23% from 255 or 94.26% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 230 - color contains mainly: red. Hex color #E6000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6000E is #19FFF1. Grayscale: #464646. Windows color (decimal): -1703922 or 917734. OLE color: 917734.

HSL color Cylindrical-coordinate representation of color #E6000E: hue angle of 356.35º 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 #E6000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 14 -
CMYK 0 1 0.94 0.10
HSL 356.35º 1% 0.45% -
HSV(B) 356.35º 1% 0.9% -
XYZ 32.71 16.85 1.94 -
YUV 70.37 96.2 241.86 -
System Red Green Blue C M Y K H S L
Decimal 230 0 14 0 1 0.94 0.10 356.35 1 0.45
Hex E6 0 E 0 64 5E A 164 64 2D
Octal 346 0 16 0 144 136 12 544 144 55
Binary 11100110 0 1110 0 1100100 1011110 1010 101100100 1100100 101101

Color Harmonies of #E6000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6000E

Black with #E6000E

Text Example


Text Example

White with #E6000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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