Html Css Color HEX #DA0813 Venetian Red

📋 copy color: '#DA0813'

red 218 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #DA0813

Tints of Venetian Red #DA0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 88.98%
G = 3.27%
B = 7.76%

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

#DA0813 (or 0xDA0813) is known color: Venetian Red. HEX triplet: DA, 08 and 13. RGB value is (218,8,19). Sum of RGB (Red+Green+Blue) = 218+8+19=245 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.98% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0813 is #25F7EC. Grayscale: #484848. Windows color (decimal): -2488301 or 1247450. OLE color: 1247450.

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

Color convert

RGB 218 8 19 -
CMYK 0 0.96 0.91 0.15
HSL 356.86º 0.93% 0.44% -
HSV(B) 356.86º 0.96% 0.85% -
XYZ 29.12 15.13 2 -
YUV 72.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 218 8 19 0 0.96 0.91 0.15 356.86 0.93 0.44
Hex DA 8 13 0 60 5B F 165 5D 2C
Octal 332 10 23 0 140 133 17 545 135 54
Binary 11011010 1000 10011 0 1100000 1011011 1111 101100101 1011101 101100

Color Harmonies of #DA0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0813

Black with #DA0813

Text Example


Text Example

White with #DA0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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