Html Css Color HEX #DA0617 Venetian Red

📋 copy color: '#DA0617'

red 218 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #DA0617

Tints of Venetian Red #DA0617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 88.26%
G = 2.43%
B = 9.31%

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

#DA0617 (or 0xDA0617) is known color: Venetian Red. HEX triplet: DA, 06 and 17. RGB value is (218,6,23). Sum of RGB (Red+Green+Blue) = 218+6+23=247 (32% of max value = 765). Red value is 218 (85.55% from 255 or 88.26% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0617 is #25F9E8. Grayscale: #474747. Windows color (decimal): -2488809 or 1509082. OLE color: 1509082.

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

Color convert

RGB 218 6 23 -
CMYK 0 0.97 0.89 0.15
HSL 355.19º 0.95% 0.44% -
HSV(B) 355.19º 0.97% 0.85% -
XYZ 29.13 15.1 2.19 -
YUV 71.33 100.74 232.62 -
System Red Green Blue C M Y K H S L
Decimal 218 6 23 0 0.97 0.89 0.15 355.19 0.95 0.44
Hex DA 6 17 0 61 59 F 163 5F 2C
Octal 332 6 27 0 141 131 17 543 137 54
Binary 11011010 110 10111 0 1100001 1011001 1111 101100011 1011111 101100

Color Harmonies of #DA0617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0617

Black with #DA0617

Text Example


Text Example

White with #DA0617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0617; }

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

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

background-color css

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

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

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

border-color css

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

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

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