Html Css Color HEX #E0061A Venetian Red

📋 copy color: '#E0061A'

red 224 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #E0061A

Tints of Venetian Red #E0061A

RGB

 RED value IS 224 (87.89% from 255) = 87.5%

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 87.5%
G = 2.34%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0061A (or 0xE0061A) is known color: Venetian Red. HEX triplet: E0, 06 and 1A. RGB value is (224,6,26). Sum of RGB (Red+Green+Blue) = 224+6+26=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0061A is #1FF9E5. Grayscale: #494949. Windows color (decimal): -2095590 or 1705696. OLE color: 1705696.

HSL color Cylindrical-coordinate representation of color #E0061A: hue angle of 354.5º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 26 -
CMYK 0 0.97 0.88 0.12
HSL 354.5º 0.95% 0.45% -
HSV(B) 354.5º 0.97% 0.88% -
XYZ 30.99 16.05 2.44 -
YUV 73.46 101.22 235.37 -
System Red Green Blue C M Y K H S L
Decimal 224 6 26 0 0.97 0.88 0.12 354.5 0.95 0.45
Hex E0 6 1A 0 61 58 C 162 5F 2D
Octal 340 6 32 0 141 130 14 542 137 55
Binary 11100000 110 11010 0 1100001 1011000 1100 101100010 1011111 101101

Color Harmonies of #E0061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0061A

Black with #E0061A

Text Example


Text Example

White with #E0061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0061A; }

 p { color: rgb(224,6,26); }

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

background-color css

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

 a { background-color: rgb(224,6,26); }

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

border-color css

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

 span { border-color: rgb(224,6,26); }

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