Html Css Color HEX #DA0508 Venetian Red

📋 copy color: '#DA0508'

red 218 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #DA0508

Tints of Venetian Red #DA0508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.46%

R = 94.37%
G = 2.16%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0508 (or 0xDA0508) is known color: Venetian Red. HEX triplet: DA, 05 and 08. RGB value is (218,5,8). Sum of RGB (Red+Green+Blue) = 218+5+8=231 (30% of max value = 765). Red value is 218 (85.55% from 255 or 94.37% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0508 is #25FAF7. Grayscale: #454545. Windows color (decimal): -2489080 or 525786. OLE color: 525786.

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

Color convert

RGB 218 5 8 -
CMYK 0 0.98 0.96 0.15
HSL 359.15º 0.96% 0.44% -
HSV(B) 359.15º 0.98% 0.85% -
XYZ 29.01 15.03 1.6 -
YUV 69.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 218 5 8 0 0.98 0.96 0.15 359.15 0.96 0.44
Hex DA 5 8 0 62 60 F 167 60 2C
Octal 332 5 10 0 142 140 17 547 140 54
Binary 11011010 101 1000 0 1100010 1100000 1111 101100111 1100000 101100

Color Harmonies of #DA0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0508

Black with #DA0508

Text Example


Text Example

White with #DA0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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