Html Css Color HEX #DA080E Venetian Red

📋 copy color: '#DA080E'

red 218 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #DA080E

Tints of Venetian Red #DA080E

RGB

 RED value IS 218 (85.55% from 255) = 90.83%

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 90.83%
G = 3.33%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA080E (or 0xDA080E) is known color: Venetian Red. HEX triplet: DA, 08 and 0E. RGB value is (218,8,14). Sum of RGB (Red+Green+Blue) = 218+8+14=240 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 218 - color contains mainly: red. Hex color #DA080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA080E is #25F7F1. Grayscale: #474747. Windows color (decimal): -2488306 or 919770. OLE color: 919770.

HSL color Cylindrical-coordinate representation of color #DA080E: hue angle of 358.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA080E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 14 -
CMYK 0 0.96 0.94 0.15
HSL 358.29º 0.93% 0.44% -
HSV(B) 358.29º 0.96% 0.85% -
XYZ 29.08 15.11 1.8 -
YUV 71.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 218 8 14 0 0.96 0.94 0.15 358.29 0.93 0.44
Hex DA 8 E 0 60 5E F 166 5D 2C
Octal 332 10 16 0 140 136 17 546 135 54
Binary 11011010 1000 1110 0 1100000 1011110 1111 101100110 1011101 101100

Color Harmonies of #DA080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA080E

Black with #DA080E

Text Example


Text Example

White with #DA080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA080E; }

 p { color: rgb(218,8,14); }

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

background-color css

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

 a { background-color: rgb(218,8,14); }

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

border-color css

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

 span { border-color: rgb(218,8,14); }

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