Html Css Color HEX #EA0003 Venetian Red

📋 copy color: '#EA0003'

red 234 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #EA0003

Tints of Venetian Red #EA0003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 98.73%
G = 0%
B = 1.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA0003 (or 0xEA0003) is known color: Venetian Red. HEX triplet: EA, 00 and 03. RGB value is (234,0,3). Sum of RGB (Red+Green+Blue) = 234+0+3=237 (31% of max value = 765). Red value is 234 (91.80% from 255 or 98.73% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA0003 is #15FFFC. Grayscale: #464646. Windows color (decimal): -1441789 or 196842. OLE color: 196842.

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

Color convert

RGB 234 0 3 -
CMYK 0 1 0.99 0.08
HSL 359.23º 1% 0.46% -
HSV(B) 359.23º 1% 0.92% -
XYZ 33.95 17.5 1.67 -
YUV 70.31 90.02 244.76 -
System Red Green Blue C M Y K H S L
Decimal 234 0 3 0 1 0.99 0.08 359.23 1 0.46
Hex EA 0 3 0 64 63 8 167 64 2E
Octal 352 0 3 0 144 143 10 547 144 56
Binary 11101010 0 11 0 1100100 1100011 1000 101100111 1100100 101110

Color Harmonies of #EA0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0003

Black with #EA0003

Text Example


Text Example

White with #EA0003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0003; }

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

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

background-color css

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

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

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

border-color css

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

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

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