Html Css Color HEX #EA050D Venetian Red

📋 copy color: '#EA050D'

red 234 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #EA050D

Tints of Venetian Red #EA050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 92.86%
G = 1.98%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA050D (or 0xEA050D) is known color: Venetian Red. HEX triplet: EA, 05 and 0D. RGB value is (234,5,13). Sum of RGB (Red+Green+Blue) = 234+5+13=252 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.86% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 234 - color contains mainly: red. Hex color #EA050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA050D is #15FAF2. Grayscale: #4A4A4A. Windows color (decimal): -1440499 or 853482. OLE color: 853482.

HSL color Cylindrical-coordinate representation of color #EA050D: hue angle of 357.9º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 13 -
CMYK 0 0.98 0.94 0.08
HSL 357.9º 0.96% 0.47% -
HSV(B) 357.9º 0.98% 0.92% -
XYZ 34.06 17.63 1.99 -
YUV 74.38 93.37 241.85 -
System Red Green Blue C M Y K H S L
Decimal 234 5 13 0 0.98 0.94 0.08 357.9 0.96 0.47
Hex EA 5 D 0 62 5E 8 166 60 2F
Octal 352 5 15 0 142 136 10 546 140 57
Binary 11101010 101 1101 0 1100010 1011110 1000 101100110 1100000 101111

Color Harmonies of #EA050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA050D

Black with #EA050D

Text Example


Text Example

White with #EA050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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