Html Css Color HEX #DA0818 Venetian Red

📋 copy color: '#DA0818'

red 218 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #DA0818

Tints of Venetian Red #DA0818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.6%

R = 87.2%
G = 3.2%
B = 9.6%

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

#DA0818 (or 0xDA0818) is known color: Venetian Red. HEX triplet: DA, 08 and 18. RGB value is (218,8,24). Sum of RGB (Red+Green+Blue) = 218+8+24=250 (33% of max value = 765). Red value is 218 (85.55% from 255 or 87.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0818 is #25F7E7. Grayscale: #484848. Windows color (decimal): -2488296 or 1575130. OLE color: 1575130.

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

Color convert

RGB 218 8 24 -
CMYK 0 0.96 0.89 0.15
HSL 355.43º 0.93% 0.44% -
HSV(B) 355.43º 0.96% 0.85% -
XYZ 29.17 15.15 2.25 -
YUV 72.61 100.57 231.7 -
System Red Green Blue C M Y K H S L
Decimal 218 8 24 0 0.96 0.89 0.15 355.43 0.93 0.44
Hex DA 8 18 0 60 59 F 163 5D 2C
Octal 332 10 30 0 140 131 17 543 135 54
Binary 11011010 1000 11000 0 1100000 1011001 1111 101100011 1011101 101100

Color Harmonies of #DA0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0818

Black with #DA0818

Text Example


Text Example

White with #DA0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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