Html Css Color HEX #DA0111 Venetian Red

📋 copy color: '#DA0111'

red 218 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #DA0111

Tints of Venetian Red #DA0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 92.37%
G = 0.42%
B = 7.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA0111 (or 0xDA0111) is known color: Venetian Red. HEX triplet: DA, 01 and 11. RGB value is (218,1,17). Sum of RGB (Red+Green+Blue) = 218+1+17=236 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.37% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0111 is #25FEEE. Grayscale: #434343. Windows color (decimal): -2490095 or 1114586. OLE color: 1114586.

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

Color convert

RGB 218 1 17 -
CMYK 0 1.00 0.92 0.15
HSL 355.58º 0.99% 0.43% -
HSV(B) 355.58º 1% 0.85% -
XYZ 29.03 14.97 1.89 -
YUV 67.71 99.39 235.2 -
System Red Green Blue C M Y K H S L
Decimal 218 1 17 0 1.00 0.92 0.15 355.58 0.99 0.43
Hex DA 1 11 0 64 5C F 164 63 2B
Octal 332 1 21 0 144 134 17 544 143 53
Binary 11011010 1 10001 0 1100100 1011100 1111 101100100 1100011 101011

Color Harmonies of #DA0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0111

Black with #DA0111

Text Example


Text Example

White with #DA0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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