Html Css Color HEX #EA040A Venetian Red

📋 copy color: '#EA040A'

red 234 ◦ green 4 ◦ blue 10

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

Shades of Venetian Red #EA040A

Tints of Venetian Red #EA040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 94.35%
G = 1.61%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA040A (or 0xEA040A) is known color: Venetian Red. HEX triplet: EA, 04 and 0A. RGB value is (234,4,10). Sum of RGB (Red+Green+Blue) = 234+4+10=248 (32% of max value = 765). Red value is 234 (91.80% from 255 or 94.35% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 234 - color contains mainly: red. Hex color #EA040A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA040A is #15FBF5. Grayscale: #494949. Windows color (decimal): -1440758 or 656618. OLE color: 656618.

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

Color convert

RGB 234 4 10 -
CMYK 0 0.98 0.96 0.08
HSL 358.43º 0.97% 0.47% -
HSV(B) 358.43º 0.98% 0.92% -
XYZ 34.03 17.6 1.89 -
YUV 73.45 92.2 242.51 -
System Red Green Blue C M Y K H S L
Decimal 234 4 10 0 0.98 0.96 0.08 358.43 0.97 0.47
Hex EA 4 A 0 62 60 8 166 61 2F
Octal 352 4 12 0 142 140 10 546 141 57
Binary 11101010 100 1010 0 1100010 1100000 1000 101100110 1100001 101111

Color Harmonies of #EA040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA040A

Black with #EA040A

Text Example


Text Example

White with #EA040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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