Html Css Color HEX #DA0517 Venetian Red

📋 copy color: '#DA0517'

red 218 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #DA0517

Tints of Venetian Red #DA0517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 88.62%
G = 2.03%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA0517 (or 0xDA0517) is known color: Venetian Red. HEX triplet: DA, 05 and 17. RGB value is (218,5,23). Sum of RGB (Red+Green+Blue) = 218+5+23=246 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.62% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0517 is #25FAE8. Grayscale: #464646. Windows color (decimal): -2489065 or 1508826. OLE color: 1508826.

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

Color convert

RGB 218 5 23 -
CMYK 0 0.98 0.89 0.15
HSL 354.93º 0.96% 0.44% -
HSV(B) 354.93º 0.98% 0.85% -
XYZ 29.12 15.08 2.19 -
YUV 70.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 218 5 23 0 0.98 0.89 0.15 354.93 0.96 0.44
Hex DA 5 17 0 62 59 F 163 60 2C
Octal 332 5 27 0 142 131 17 543 140 54
Binary 11011010 101 10111 0 1100010 1011001 1111 101100011 1100000 101100

Color Harmonies of #DA0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0517

Black with #DA0517

Text Example


Text Example

White with #DA0517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0517; }

 p { color: rgb(218,5,23); }

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

background-color css

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

 a { background-color: rgb(218,5,23); }

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

border-color css

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

 span { border-color: rgb(218,5,23); }

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