Html Css Color HEX #E6050D Venetian Red

📋 copy color: '#E6050D'

red 230 ◦ green 5 ◦ blue 13

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

Shades of Venetian Red #E6050D

Tints of Venetian Red #E6050D

RGB

 RED value IS 230 (90.23% from 255) = 92.74%

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 92.74%
G = 2.02%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6050D (or 0xE6050D) is known color: Venetian Red. HEX triplet: E6, 05 and 0D. RGB value is (230,5,13). Sum of RGB (Red+Green+Blue) = 230+5+13=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E6050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6050D is #19FAF2. Grayscale: #494949. Windows color (decimal): -1702643 or 853478. OLE color: 853478.

HSL color Cylindrical-coordinate representation of color #E6050D: hue angle of 357.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 5 13 -
CMYK 0 0.98 0.94 0.10
HSL 357.87º 0.96% 0.46% -
HSV(B) 357.87º 0.98% 0.9% -
XYZ 32.76 16.96 1.93 -
YUV 73.19 94.04 239.85 -
System Red Green Blue C M Y K H S L
Decimal 230 5 13 0 0.98 0.94 0.10 357.87 0.96 0.46
Hex E6 5 D 0 62 5E A 166 60 2E
Octal 346 5 15 0 142 136 12 546 140 56
Binary 11100110 101 1101 0 1100010 1011110 1010 101100110 1100000 101110

Color Harmonies of #E6050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6050D

Black with #E6050D

Text Example


Text Example

White with #E6050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6050D; }

 p { color: rgb(230,5,13); }

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

background-color css

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

 a { background-color: rgb(230,5,13); }

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

border-color css

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

 span { border-color: rgb(230,5,13); }

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