Html Css Color HEX #DA0919 Venetian Red

📋 copy color: '#DA0919'

red 218 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #DA0919

Tints of Venetian Red #DA0919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 86.51%
G = 3.57%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0919 (or 0xDA0919) is known color: Venetian Red. HEX triplet: DA, 09 and 19. RGB value is (218,9,25). Sum of RGB (Red+Green+Blue) = 218+9+25=252 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.51% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0919 is #25F6E6. Grayscale: #494949. Windows color (decimal): -2488039 or 1640922. OLE color: 1640922.

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

Color convert

RGB 218 9 25 -
CMYK 0 0.96 0.89 0.15
HSL 355.41º 0.92% 0.45% -
HSV(B) 355.41º 0.96% 0.85% -
XYZ 29.19 15.17 2.31 -
YUV 73.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 218 9 25 0 0.96 0.89 0.15 355.41 0.92 0.45
Hex DA 9 19 0 60 59 F 163 5C 2D
Octal 332 11 31 0 140 131 17 543 134 55
Binary 11011010 1001 11001 0 1100000 1011001 1111 101100011 1011100 101101

Color Harmonies of #DA0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0919

Black with #DA0919

Text Example


Text Example

White with #DA0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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