Html Css Color HEX #DA0815 Venetian Red

📋 copy color: '#DA0815'

red 218 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #DA0815

Tints of Venetian Red #DA0815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 88.26%
G = 3.24%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA0815 (or 0xDA0815) is known color: Venetian Red. HEX triplet: DA, 08 and 15. RGB value is (218,8,21). Sum of RGB (Red+Green+Blue) = 218+8+21=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0815 is #25F7EA. Grayscale: #484848. Windows color (decimal): -2488299 or 1378522. OLE color: 1378522.

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

Color convert

RGB 218 8 21 -
CMYK 0 0.96 0.90 0.15
HSL 356.29º 0.93% 0.44% -
HSV(B) 356.29º 0.96% 0.85% -
XYZ 29.14 15.13 2.09 -
YUV 72.27 99.07 231.94 -
System Red Green Blue C M Y K H S L
Decimal 218 8 21 0 0.96 0.90 0.15 356.29 0.93 0.44
Hex DA 8 15 0 60 5A F 164 5D 2C
Octal 332 10 25 0 140 132 17 544 135 54
Binary 11011010 1000 10101 0 1100000 1011010 1111 101100100 1011101 101100

Color Harmonies of #DA0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0815

Black with #DA0815

Text Example


Text Example

White with #DA0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0815; }

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

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

background-color css

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

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

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

border-color css

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

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

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