Html Css Color HEX #E6000A Venetian Red

📋 copy color: '#E6000A'

red 230 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #E6000A

Tints of Venetian Red #E6000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.17%

R = 95.83%
G = 0%
B = 4.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E6000A (or 0xE6000A) is known color: Venetian Red. HEX triplet: E6, 00 and 0A. RGB value is (230,0,10). Sum of RGB (Red+Green+Blue) = 230+0+10=240 (31% of max value = 765). Red value is 230 (90.23% from 255 or 95.83% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 230 - color contains mainly: red. Hex color #E6000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6000A is #19FFF5. Grayscale: #464646. Windows color (decimal): -1703926 or 655590. OLE color: 655590.

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

Color convert

RGB 230 0 10 -
CMYK 0 1 0.96 0.10
HSL 357.39º 1% 0.45% -
HSV(B) 357.39º 1% 0.9% -
XYZ 32.69 16.84 1.82 -
YUV 69.91 94.2 242.19 -
System Red Green Blue C M Y K H S L
Decimal 230 0 10 0 1 0.96 0.10 357.39 1 0.45
Hex E6 0 A 0 64 60 A 165 64 2D
Octal 346 0 12 0 144 140 12 545 144 55
Binary 11100110 0 1010 0 1100100 1100000 1010 101100101 1100100 101101

Color Harmonies of #E6000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6000A

Black with #E6000A

Text Example


Text Example

White with #E6000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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