Html Css Color HEX #DA0109 Venetian Red

📋 copy color: '#DA0109'

red 218 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #DA0109

Tints of Venetian Red #DA0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.95%

R = 95.61%
G = 0.44%
B = 3.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0109 (or 0xDA0109) is known color: Venetian Red. HEX triplet: DA, 01 and 09. RGB value is (218,1,9). Sum of RGB (Red+Green+Blue) = 218+1+9=228 (30% of max value = 765). Red value is 218 (85.55% from 255 or 95.61% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0109 is #25FEF6. Grayscale: #424242. Windows color (decimal): -2490103 or 590298. OLE color: 590298.

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

Color convert

RGB 218 1 9 -
CMYK 0 1.00 0.96 0.15
HSL 357.79º 0.99% 0.43% -
HSV(B) 357.79º 1% 0.85% -
XYZ 28.97 14.95 1.62 -
YUV 66.8 95.39 235.85 -
System Red Green Blue C M Y K H S L
Decimal 218 1 9 0 1.00 0.96 0.15 357.79 0.99 0.43
Hex DA 1 9 0 64 60 F 166 63 2B
Octal 332 1 11 0 144 140 17 546 143 53
Binary 11011010 1 1001 0 1100100 1100000 1111 101100110 1100011 101011

Color Harmonies of #DA0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0109

Black with #DA0109

Text Example


Text Example

White with #DA0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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