Html Css Color HEX #E60A0D Venetian Red

📋 copy color: '#E60A0D'

red 230 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #E60A0D

Tints of Venetian Red #E60A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

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

R = 90.91%
G = 3.95%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E60A0D (or 0xE60A0D) is known color: Venetian Red. HEX triplet: E6, 0A and 0D. RGB value is (230,10,13). Sum of RGB (Red+Green+Blue) = 230+10+13=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A0D is #19F5F2. Grayscale: #4C4C4C. Windows color (decimal): -1701363 or 854758. OLE color: 854758.

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

Color convert

RGB 230 10 13 -
CMYK 0 0.96 0.94 0.10
HSL 359.18º 0.92% 0.47% -
HSV(B) 359.18º 0.96% 0.9% -
XYZ 32.81 17.07 1.95 -
YUV 76.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 230 10 13 0 0.96 0.94 0.10 359.18 0.92 0.47
Hex E6 A D 0 60 5E A 167 5C 2F
Octal 346 12 15 0 140 136 12 547 134 57
Binary 11100110 1010 1101 0 1100000 1011110 1010 101100111 1011100 101111

Color Harmonies of #E60A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60A0D

Black with #E60A0D

Text Example


Text Example

White with #E60A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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