Html Css Color HEX #DA0608 Venetian Red

📋 copy color: '#DA0608'

red 218 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #DA0608

Tints of Venetian Red #DA0608

RGB

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

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

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

R = 93.97%
G = 2.59%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0608 (or 0xDA0608) is known color: Venetian Red. HEX triplet: DA, 06 and 08. RGB value is (218,6,8). Sum of RGB (Red+Green+Blue) = 218+6+8=232 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.97% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0608 is #25F9F7. Grayscale: #454545. Windows color (decimal): -2488824 or 526042. OLE color: 526042.

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

Color convert

RGB 218 6 8 -
CMYK 0 0.97 0.96 0.15
HSL 359.43º 0.95% 0.44% -
HSV(B) 359.43º 0.97% 0.85% -
XYZ 29.02 15.05 1.61 -
YUV 69.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 218 6 8 0 0.97 0.96 0.15 359.43 0.95 0.44
Hex DA 6 8 0 61 60 F 167 5F 2C
Octal 332 6 10 0 141 140 17 547 137 54
Binary 11011010 110 1000 0 1100001 1100000 1111 101100111 1011111 101100

Color Harmonies of #DA0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0608

Black with #DA0608

Text Example


Text Example

White with #DA0608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0608; }

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

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

background-color css

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

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

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

border-color css

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

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

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