Html Css Color HEX #DA0814 Venetian Red

📋 copy color: '#DA0814'

red 218 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #DA0814

Tints of Venetian Red #DA0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 88.62%
G = 3.25%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA0814 (or 0xDA0814) is known color: Venetian Red. HEX triplet: DA, 08 and 14. RGB value is (218,8,20). Sum of RGB (Red+Green+Blue) = 218+8+20=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0814 is #25F7EB. Grayscale: #484848. Windows color (decimal): -2488300 or 1312986. OLE color: 1312986.

HSL color Cylindrical-coordinate representation of color #DA0814: hue angle of 356.57º 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 #DA0814 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 8 20 -
CMYK 0 0.96 0.91 0.15
HSL 356.57º 0.93% 0.44% -
HSV(B) 356.57º 0.96% 0.85% -
XYZ 29.13 15.13 2.05 -
YUV 72.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 218 8 20 0 0.96 0.91 0.15 356.57 0.93 0.44
Hex DA 8 14 0 60 5B F 165 5D 2C
Octal 332 10 24 0 140 133 17 545 135 54
Binary 11011010 1000 10100 0 1100000 1011011 1111 101100101 1011101 101100

Color Harmonies of #DA0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0814

Black with #DA0814

Text Example


Text Example

White with #DA0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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