Html Css Color HEX #E60B0F Venetian Red

📋 copy color: '#E60B0F'

red 230 ◦ green 11 ◦ blue 15

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

Shades of Venetian Red #E60B0F

Tints of Venetian Red #E60B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.3%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 89.84%
G = 4.3%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E60B0F (or 0xE60B0F) is known color: Venetian Red. HEX triplet: E6, 0B and 0F. RGB value is (230,11,15). Sum of RGB (Red+Green+Blue) = 230+11+15=256 (33% of max value = 765). Red value is 230 (90.23% from 255 or 89.84% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60B0F is #19F4F0. Grayscale: #4D4D4D. Windows color (decimal): -1701105 or 986086. OLE color: 986086.

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

Color convert

RGB 230 11 15 -
CMYK 0 0.95 0.93 0.10
HSL 358.9º 0.91% 0.47% -
HSV(B) 358.9º 0.95% 0.9% -
XYZ 32.84 17.1 2.02 -
YUV 76.94 93.05 237.17 -
System Red Green Blue C M Y K H S L
Decimal 230 11 15 0 0.95 0.93 0.10 358.9 0.91 0.47
Hex E6 B F 0 5F 5D A 167 5B 2F
Octal 346 13 17 0 137 135 12 547 133 57
Binary 11100110 1011 1111 0 1011111 1011101 1010 101100111 1011011 101111

Color Harmonies of #E60B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60B0F

Black with #E60B0F

Text Example


Text Example

White with #E60B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60B0F; }

 p { color: rgb(230,11,15); }

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

background-color css

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

 a { background-color: rgb(230,11,15); }

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

border-color css

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

 span { border-color: rgb(230,11,15); }

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