Html Css Color HEX #DA0809 Venetian Red

📋 copy color: '#DA0809'

red 218 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #DA0809

Tints of Venetian Red #DA0809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.83%

R = 92.77%
G = 3.4%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0809 (or 0xDA0809) is known color: Venetian Red. HEX triplet: DA, 08 and 09. RGB value is (218,8,9). Sum of RGB (Red+Green+Blue) = 218+8+9=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0809 is #25F7F6. Grayscale: #474747. Windows color (decimal): -2488311 or 592090. OLE color: 592090.

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

Color convert

RGB 218 8 9 -
CMYK 0 0.96 0.96 0.15
HSL 359.71º 0.93% 0.44% -
HSV(B) 359.71º 0.96% 0.85% -
XYZ 29.05 15.1 1.64 -
YUV 70.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 218 8 9 0 0.96 0.96 0.15 359.71 0.93 0.44
Hex DA 8 9 0 60 60 F 168 5D 2C
Octal 332 10 11 0 140 140 17 550 135 54
Binary 11011010 1000 1001 0 1100000 1100000 1111 101101000 1011101 101100

Color Harmonies of #DA0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0809

Black with #DA0809

Text Example


Text Example

White with #DA0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0809; }

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

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

background-color css

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

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

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

border-color css

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

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

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