Html Css Color HEX #DA0609 Venetian Red

📋 copy color: '#DA0609'

red 218 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #DA0609

Tints of Venetian Red #DA0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

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

R = 93.56%
G = 2.58%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0609 (or 0xDA0609) is known color: Venetian Red. HEX triplet: DA, 06 and 09. RGB value is (218,6,9). Sum of RGB (Red+Green+Blue) = 218+6+9=233 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.56% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0609 is #25F9F6. Grayscale: #454545. Windows color (decimal): -2488823 or 591578. OLE color: 591578.

HSL color Cylindrical-coordinate representation of color #DA0609: hue angle of 359.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0609 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 9 -
CMYK 0 0.97 0.96 0.15
HSL 359.15º 0.95% 0.44% -
HSV(B) 359.15º 0.97% 0.85% -
XYZ 29.03 15.06 1.63 -
YUV 69.73 93.74 233.76 -
System Red Green Blue C M Y K H S L
Decimal 218 6 9 0 0.97 0.96 0.15 359.15 0.95 0.44
Hex DA 6 9 0 61 60 F 167 5F 2C
Octal 332 6 11 0 141 140 17 547 137 54
Binary 11011010 110 1001 0 1100001 1100000 1111 101100111 1011111 101100

Color Harmonies of #DA0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0609

Black with #DA0609

Text Example


Text Example

White with #DA0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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