Html Css Color HEX #DA0916 Venetian Red

📋 copy color: '#DA0916'

red 218 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #DA0916

Tints of Venetian Red #DA0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 87.55%
G = 3.61%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA0916 (or 0xDA0916) is known color: Venetian Red. HEX triplet: DA, 09 and 16. RGB value is (218,9,22). Sum of RGB (Red+Green+Blue) = 218+9+22=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0916 is #25F6E9. Grayscale: #494949. Windows color (decimal): -2488042 or 1444314. OLE color: 1444314.

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

Color convert

RGB 218 9 22 -
CMYK 0 0.96 0.90 0.15
HSL 356.27º 0.92% 0.45% -
HSV(B) 356.27º 0.96% 0.85% -
XYZ 29.16 15.16 2.15 -
YUV 72.97 99.24 231.44 -
System Red Green Blue C M Y K H S L
Decimal 218 9 22 0 0.96 0.90 0.15 356.27 0.92 0.45
Hex DA 9 16 0 60 5A F 164 5C 2D
Octal 332 11 26 0 140 132 17 544 134 55
Binary 11011010 1001 10110 0 1100000 1011010 1111 101100100 1011100 101101

Color Harmonies of #DA0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0916

Black with #DA0916

Text Example


Text Example

White with #DA0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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