Html Css Color HEX #DA0915 Venetian Red

📋 copy color: '#DA0915'

red 218 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #DA0915

Tints of Venetian Red #DA0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 87.9%
G = 3.63%
B = 8.47%

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

#DA0915 (or 0xDA0915) is known color: Venetian Red. HEX triplet: DA, 09 and 15. RGB value is (218,9,21). Sum of RGB (Red+Green+Blue) = 218+9+21=248 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.90% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0915 is #25F6EA. Grayscale: #494949. Windows color (decimal): -2488043 or 1378778. OLE color: 1378778.

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

Color convert

RGB 218 9 21 -
CMYK 0 0.96 0.90 0.15
HSL 356.56º 0.92% 0.45% -
HSV(B) 356.56º 0.96% 0.85% -
XYZ 29.15 15.15 2.1 -
YUV 72.86 98.74 231.52 -
System Red Green Blue C M Y K H S L
Decimal 218 9 21 0 0.96 0.90 0.15 356.56 0.92 0.45
Hex DA 9 15 0 60 5A F 165 5C 2D
Octal 332 11 25 0 140 132 17 545 134 55
Binary 11011010 1001 10101 0 1100000 1011010 1111 101100101 1011100 101101

Color Harmonies of #DA0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0915

Black with #DA0915

Text Example


Text Example

White with #DA0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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