Html Css Color HEX #EA0006 Venetian Red

📋 copy color: '#EA0006'

red 234 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #EA0006

Tints of Venetian Red #EA0006

RGB

 RED value IS 234 (91.8% from 255) = 97.5%

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

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 97.5%
G = 0%
B = 2.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA0006 (or 0xEA0006) is known color: Venetian Red. HEX triplet: EA, 00 and 06. RGB value is (234,0,6). Sum of RGB (Red+Green+Blue) = 234+0+6=240 (31% of max value = 765). Red value is 234 (91.80% from 255 or 97.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0006 is #15FFF9. Grayscale: #464646. Windows color (decimal): -1441786 or 393450. OLE color: 393450.

HSL color Cylindrical-coordinate representation of color #EA0006: hue angle of 358.46º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 0 6 -
CMYK 0 1 0.97 0.08
HSL 358.46º 1% 0.46% -
HSV(B) 358.46º 1% 0.92% -
XYZ 33.96 17.51 1.76 -
YUV 70.65 91.52 244.51 -
System Red Green Blue C M Y K H S L
Decimal 234 0 6 0 1 0.97 0.08 358.46 1 0.46
Hex EA 0 6 0 64 61 8 166 64 2E
Octal 352 0 6 0 144 141 10 546 144 56
Binary 11101010 0 110 0 1100100 1100001 1000 101100110 1100100 101110

Color Harmonies of #EA0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0006

Black with #EA0006

Text Example


Text Example

White with #EA0006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0006; }

 p { color: rgb(234,0,6); }

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

background-color css

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

 a { background-color: rgb(234,0,6); }

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

border-color css

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

 span { border-color: rgb(234,0,6); }

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