Html Css Color HEX #DA0611 Venetian Red

📋 copy color: '#DA0611'

red 218 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #DA0611

Tints of Venetian Red #DA0611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 90.46%
G = 2.49%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0611 (or 0xDA0611) is known color: Venetian Red. HEX triplet: DA, 06 and 11. RGB value is (218,6,17). Sum of RGB (Red+Green+Blue) = 218+6+17=241 (31% of max value = 765). Red value is 218 (85.55% from 255 or 90.46% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0611 is #25F9EE. Grayscale: #464646. Windows color (decimal): -2488815 or 1115866. OLE color: 1115866.

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

Color convert

RGB 218 6 17 -
CMYK 0 0.97 0.92 0.15
HSL 356.89º 0.95% 0.44% -
HSV(B) 356.89º 0.97% 0.85% -
XYZ 29.08 15.08 1.91 -
YUV 70.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 218 6 17 0 0.97 0.92 0.15 356.89 0.95 0.44
Hex DA 6 11 0 61 5C F 165 5F 2C
Octal 332 6 21 0 141 134 17 545 137 54
Binary 11011010 110 10001 0 1100001 1011100 1111 101100101 1011111 101100

Color Harmonies of #DA0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0611

Black with #DA0611

Text Example


Text Example

White with #DA0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0611; }

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

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

background-color css

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

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

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

border-color css

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

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

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