Html Css Color HEX #DA0011 Venetian Red

📋 copy color: '#DA0011'

red 218 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #DA0011

Tints of Venetian Red #DA0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.77%
G = 0%
B = 7.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0011 (or 0xDA0011) is known color: Venetian Red. HEX triplet: DA, 00 and 11. RGB value is (218,0,17). Sum of RGB (Red+Green+Blue) = 218+0+17=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0011 is #25FFEE. Grayscale: #434343. Windows color (decimal): -2490351 or 1114330. OLE color: 1114330.

HSL color Cylindrical-coordinate representation of color #DA0011: hue angle of 355.32º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0011 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 0 17 -
CMYK 0 1 0.92 0.15
HSL 355.32º 1% 0.43% -
HSV(B) 355.32º 1% 0.85% -
XYZ 29.01 14.95 1.89 -
YUV 67.12 99.72 235.62 -
System Red Green Blue C M Y K H S L
Decimal 218 0 17 0 1 0.92 0.15 355.32 1 0.43
Hex DA 0 11 0 64 5C F 163 64 2B
Octal 332 0 21 0 144 134 17 543 144 53
Binary 11011010 0 10001 0 1100100 1011100 1111 101100011 1100100 101011

Color Harmonies of #DA0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0011

Black with #DA0011

Text Example


Text Example

White with #DA0011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0011; }

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

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

background-color css

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

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

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

border-color css

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

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

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