Html Css Color HEX #EA000C Venetian Red

📋 copy color: '#EA000C'

red 234 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #EA000C

Tints of Venetian Red #EA000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 95.12%
G = 0%
B = 4.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA000C (or 0xEA000C) is known color: Venetian Red. HEX triplet: EA, 00 and 0C. RGB value is (234,0,12). Sum of RGB (Red+Green+Blue) = 234+0+12=246 (32% of max value = 765). Red value is 234 (91.80% from 255 or 95.12% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 234 - color contains mainly: red. Hex color #EA000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA000C is #15FFF3. Grayscale: #474747. Windows color (decimal): -1441780 or 786666. OLE color: 786666.

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

Color convert

RGB 234 0 12 -
CMYK 0 1 0.95 0.08
HSL 356.92º 1% 0.46% -
HSV(B) 356.92º 1% 0.92% -
XYZ 34 17.52 1.94 -
YUV 71.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 234 0 12 0 1 0.95 0.08 356.92 1 0.46
Hex EA 0 C 0 64 5F 8 165 64 2E
Octal 352 0 14 0 144 137 10 545 144 56
Binary 11101010 0 1100 0 1100100 1011111 1000 101100101 1100100 101110

Color Harmonies of #EA000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA000C

Black with #EA000C

Text Example


Text Example

White with #EA000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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