Html Css Color HEX #DA0812 Venetian Red

📋 copy color: '#DA0812'

red 218 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #DA0812

Tints of Venetian Red #DA0812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 89.34%
G = 3.28%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0812 (or 0xDA0812) is known color: Venetian Red. HEX triplet: DA, 08 and 12. RGB value is (218,8,18). Sum of RGB (Red+Green+Blue) = 218+8+18=244 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.34% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0812 is #25F7ED. Grayscale: #484848. Windows color (decimal): -2488302 or 1181914. OLE color: 1181914.

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

Color convert

RGB 218 8 18 -
CMYK 0 0.96 0.92 0.15
HSL 357.14º 0.93% 0.44% -
HSV(B) 357.14º 0.96% 0.85% -
XYZ 29.11 15.12 1.96 -
YUV 71.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 218 8 18 0 0.96 0.92 0.15 357.14 0.93 0.44
Hex DA 8 12 0 60 5C F 165 5D 2C
Octal 332 10 22 0 140 134 17 545 135 54
Binary 11011010 1000 10010 0 1100000 1011100 1111 101100101 1011101 101100

Color Harmonies of #DA0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0812

Black with #DA0812

Text Example


Text Example

White with #DA0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0812; }

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

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

background-color css

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

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

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

border-color css

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

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

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