Html Css Color HEX #E4060D Venetian Red

📋 copy color: '#E4060D'

red 228 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E4060D

Tints of Venetian Red #E4060D

RGB

 RED value IS 228 (89.45% from 255) = 92.31%

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

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

R = 92.31%
G = 2.43%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4060D (or 0xE4060D) is known color: Venetian Red. HEX triplet: E4, 06 and 0D. RGB value is (228,6,13). Sum of RGB (Red+Green+Blue) = 228+6+13=247 (32% of max value = 765). Red value is 228 (89.45% from 255 or 92.31% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 228 - color contains mainly: red. Hex color #E4060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4060D is #1BF9F2. Grayscale: #494949. Windows color (decimal): -1833459 or 853732. OLE color: 853732.

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

Color convert

RGB 228 6 13 -
CMYK 0 0.97 0.94 0.11
HSL 358.11º 0.95% 0.46% -
HSV(B) 358.11º 0.97% 0.89% -
XYZ 32.13 16.65 1.9 -
YUV 73.18 94.05 238.43 -
System Red Green Blue C M Y K H S L
Decimal 228 6 13 0 0.97 0.94 0.11 358.11 0.95 0.46
Hex E4 6 D 0 61 5E B 166 5F 2E
Octal 344 6 15 0 141 136 13 546 137 56
Binary 11100100 110 1101 0 1100001 1011110 1011 101100110 1011111 101110

Color Harmonies of #E4060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4060D

Black with #E4060D

Text Example


Text Example

White with #E4060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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