Html Css Color HEX #EA040C Venetian Red

📋 copy color: '#EA040C'

red 234 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #EA040C

Tints of Venetian Red #EA040C

RGB

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

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

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

R = 93.6%
G = 1.6%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA040C (or 0xEA040C) is known color: Venetian Red. HEX triplet: EA, 04 and 0C. RGB value is (234,4,12). Sum of RGB (Red+Green+Blue) = 234+4+12=250 (33% of max value = 765). Red value is 234 (91.80% from 255 or 93.6% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 234 - color contains mainly: red. Hex color #EA040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA040C is #15FBF3. Grayscale: #494949. Windows color (decimal): -1440756 or 787690. OLE color: 787690.

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

Color convert

RGB 234 4 12 -
CMYK 0 0.98 0.95 0.08
HSL 357.91º 0.97% 0.47% -
HSV(B) 357.91º 0.98% 0.92% -
XYZ 34.04 17.61 1.95 -
YUV 73.68 93.2 242.35 -
System Red Green Blue C M Y K H S L
Decimal 234 4 12 0 0.98 0.95 0.08 357.91 0.97 0.47
Hex EA 4 C 0 62 5F 8 166 61 2F
Octal 352 4 14 0 142 137 10 546 141 57
Binary 11101010 100 1100 0 1100010 1011111 1000 101100110 1100001 101111

Color Harmonies of #EA040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA040C

Black with #EA040C

Text Example


Text Example

White with #EA040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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