Html Css Color HEX #DA0719 Venetian Red

📋 copy color: '#DA0719'

red 218 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #DA0719

Tints of Venetian Red #DA0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 87.2%
G = 2.8%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0719 (or 0xDA0719) is known color: Venetian Red. HEX triplet: DA, 07 and 19. RGB value is (218,7,25). Sum of RGB (Red+Green+Blue) = 218+7+25=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0719 is #25F8E6. Grayscale: #484848. Windows color (decimal): -2488551 or 1640410. OLE color: 1640410.

HSL color Cylindrical-coordinate representation of color #DA0719: hue angle of 354.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0719 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 7 25 -
CMYK 0 0.97 0.89 0.15
HSL 354.88º 0.94% 0.44% -
HSV(B) 354.88º 0.97% 0.85% -
XYZ 29.16 15.13 2.3 -
YUV 72.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 218 7 25 0 0.97 0.89 0.15 354.88 0.94 0.44
Hex DA 7 19 0 61 59 F 163 5E 2C
Octal 332 7 31 0 141 131 17 543 136 54
Binary 11011010 111 11001 0 1100001 1011001 1111 101100011 1011110 101100

Color Harmonies of #DA0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0719

Black with #DA0719

Text Example


Text Example

White with #DA0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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