Html Css Color HEX #EA040D Venetian Red

📋 copy color: '#EA040D'

red 234 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #EA040D

Tints of Venetian Red #EA040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 93.23%
G = 1.59%
B = 5.18%

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

#EA040D (or 0xEA040D) is known color: Venetian Red. HEX triplet: EA, 04 and 0D. RGB value is (234,4,13). Sum of RGB (Red+Green+Blue) = 234+4+13=251 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.23% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 234 - color contains mainly: red. Hex color #EA040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA040D is #15FBF2. Grayscale: #494949. Windows color (decimal): -1440755 or 853226. OLE color: 853226.

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

Color convert

RGB 234 4 13 -
CMYK 0 0.98 0.94 0.08
HSL 357.65º 0.97% 0.47% -
HSV(B) 357.65º 0.98% 0.92% -
XYZ 34.05 17.61 1.98 -
YUV 73.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 234 4 13 0 0.98 0.94 0.08 357.65 0.97 0.47
Hex EA 4 D 0 62 5E 8 166 61 2F
Octal 352 4 15 0 142 136 10 546 141 57
Binary 11101010 100 1101 0 1100010 1011110 1000 101100110 1100001 101111

Color Harmonies of #EA040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA040D

Black with #EA040D

Text Example


Text Example

White with #EA040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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