Html Css Color HEX #DA0817 Venetian Red

📋 copy color: '#DA0817'

red 218 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #DA0817

Tints of Venetian Red #DA0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 87.55%
G = 3.21%
B = 9.24%

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

#DA0817 (or 0xDA0817) is known color: Venetian Red. HEX triplet: DA, 08 and 17. RGB value is (218,8,23). Sum of RGB (Red+Green+Blue) = 218+8+23=249 (32% of max value = 765). Red value is 218 (85.55% from 255 or 87.55% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0817 is #25F7E8. Grayscale: #484848. Windows color (decimal): -2488297 or 1509594. OLE color: 1509594.

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

Color convert

RGB 218 8 23 -
CMYK 0 0.96 0.89 0.15
HSL 355.71º 0.93% 0.44% -
HSV(B) 355.71º 0.96% 0.85% -
XYZ 29.15 15.14 2.2 -
YUV 72.5 100.07 231.78 -
System Red Green Blue C M Y K H S L
Decimal 218 8 23 0 0.96 0.89 0.15 355.71 0.93 0.44
Hex DA 8 17 0 60 59 F 164 5D 2C
Octal 332 10 27 0 140 131 17 544 135 54
Binary 11011010 1000 10111 0 1100000 1011001 1111 101100100 1011101 101100

Color Harmonies of #DA0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0817

Black with #DA0817

Text Example


Text Example

White with #DA0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0817; }

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

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

background-color css

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

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

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

border-color css

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

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

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