Html Css Color HEX #DA0110 Venetian Red

📋 copy color: '#DA0110'

red 218 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #DA0110

Tints of Venetian Red #DA0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 92.77%
G = 0.43%
B = 6.81%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA0110 (or 0xDA0110) is known color: Venetian Red. HEX triplet: DA, 01 and 10. RGB value is (218,1,16). Sum of RGB (Red+Green+Blue) = 218+1+16=235 (31% of max value = 765). Red value is 218 (85.55% from 255 or 92.77% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0110 is #25FEEF. Grayscale: #434343. Windows color (decimal): -2490096 or 1049050. OLE color: 1049050.

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

Color convert

RGB 218 1 16 -
CMYK 0 1.00 0.93 0.15
HSL 355.85º 0.99% 0.43% -
HSV(B) 355.85º 1% 0.85% -
XYZ 29.02 14.96 1.85 -
YUV 67.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 218 1 16 0 1.00 0.93 0.15 355.85 0.99 0.43
Hex DA 1 10 0 64 5D F 164 63 2B
Octal 332 1 20 0 144 135 17 544 143 53
Binary 11011010 1 10000 0 1100100 1011101 1111 101100100 1100011 101011

Color Harmonies of #DA0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0110

Black with #DA0110

Text Example


Text Example

White with #DA0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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