Html Css Color HEX #EA000D Venetian Red

📋 copy color: '#EA000D'

red 234 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #EA000D

Tints of Venetian Red #EA000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 94.74%
G = 0%
B = 5.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA000D (or 0xEA000D) is known color: Venetian Red. HEX triplet: EA, 00 and 0D. RGB value is (234,0,13). Sum of RGB (Red+Green+Blue) = 234+0+13=247 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.74% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 234 - color contains mainly: red. Hex color #EA000D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA000D is #15FFF2. Grayscale: #474747. Windows color (decimal): -1441779 or 852202. OLE color: 852202.

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

Color convert

RGB 234 0 13 -
CMYK 0 1 0.94 0.08
HSL 356.67º 1% 0.46% -
HSV(B) 356.67º 1% 0.92% -
XYZ 34 17.52 1.97 -
YUV 71.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 234 0 13 0 1 0.94 0.08 356.67 1 0.46
Hex EA 0 D 0 64 5E 8 165 64 2E
Octal 352 0 15 0 144 136 10 545 144 56
Binary 11101010 0 1101 0 1100100 1011110 1000 101100101 1100100 101110

Color Harmonies of #EA000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA000D

Black with #EA000D

Text Example


Text Example

White with #EA000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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