Html Css Color HEX #DA0910 Venetian Red

📋 copy color: '#DA0910'

red 218 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #DA0910

Tints of Venetian Red #DA0910

RGB

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

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

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

R = 89.71%
G = 3.7%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA0910 (or 0xDA0910) is known color: Venetian Red. HEX triplet: DA, 09 and 10. RGB value is (218,9,16). Sum of RGB (Red+Green+Blue) = 218+9+16=243 (32% of max value = 765). Red value is 218 (85.55% from 255 or 89.71% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0910 is #25F6EF. Grayscale: #484848. Windows color (decimal): -2488048 or 1051098. OLE color: 1051098.

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

Color convert

RGB 218 9 16 -
CMYK 0 0.96 0.93 0.15
HSL 357.99º 0.92% 0.45% -
HSV(B) 357.99º 0.96% 0.85% -
XYZ 29.1 15.14 1.88 -
YUV 72.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 218 9 16 0 0.96 0.93 0.15 357.99 0.92 0.45
Hex DA 9 10 0 60 5D F 166 5C 2D
Octal 332 11 20 0 140 135 17 546 134 55
Binary 11011010 1001 10000 0 1100000 1011101 1111 101100110 1011100 101101

Color Harmonies of #DA0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0910

Black with #DA0910

Text Example


Text Example

White with #DA0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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