Html Css Color HEX #EA060D Venetian Red

📋 copy color: '#EA060D'

red 234 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #EA060D

Tints of Venetian Red #EA060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

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

R = 92.49%
G = 2.37%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA060D (or 0xEA060D) is known color: Venetian Red. HEX triplet: EA, 06 and 0D. RGB value is (234,6,13). Sum of RGB (Red+Green+Blue) = 234+6+13=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA060D is #15F9F2. Grayscale: #4B4B4B. Windows color (decimal): -1440243 or 853738. OLE color: 853738.

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

Color convert

RGB 234 6 13 -
CMYK 0 0.97 0.94 0.08
HSL 358.16º 0.95% 0.47% -
HSV(B) 358.16º 0.97% 0.92% -
XYZ 34.07 17.65 1.99 -
YUV 74.97 93.04 241.43 -
System Red Green Blue C M Y K H S L
Decimal 234 6 13 0 0.97 0.94 0.08 358.16 0.95 0.47
Hex EA 6 D 0 61 5E 8 166 5F 2F
Octal 352 6 15 0 141 136 10 546 137 57
Binary 11101010 110 1101 0 1100001 1011110 1000 101100110 1011111 101111

Color Harmonies of #EA060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA060D

Black with #EA060D

Text Example


Text Example

White with #EA060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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