Html Css Color HEX #DA0506 Venetian Red

📋 copy color: '#DA0506'

red 218 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #DA0506

Tints of Venetian Red #DA0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 95.2%
G = 2.18%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA0506 (or 0xDA0506) is known color: Venetian Red. HEX triplet: DA, 05 and 06. RGB value is (218,5,6). Sum of RGB (Red+Green+Blue) = 218+5+6=229 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.20% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0506 is #25FAF9. Grayscale: #454545. Windows color (decimal): -2489082 or 394714. OLE color: 394714.

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

Color convert

RGB 218 5 6 -
CMYK 0 0.98 0.97 0.15
HSL 359.72º 0.96% 0.44% -
HSV(B) 359.72º 0.98% 0.85% -
XYZ 29 15.03 1.54 -
YUV 68.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 218 5 6 0 0.98 0.97 0.15 359.72 0.96 0.44
Hex DA 5 6 0 62 61 F 168 60 2C
Octal 332 5 6 0 142 141 17 550 140 54
Binary 11011010 101 110 0 1100010 1100001 1111 101101000 1100000 101100

Color Harmonies of #DA0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0506

Black with #DA0506

Text Example


Text Example

White with #DA0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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