Html Css Color HEX #DA0008 Venetian Red

📋 copy color: '#DA0008'

red 218 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #DA0008

Tints of Venetian Red #DA0008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.46%
G = 0%
B = 3.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0008 (or 0xDA0008) is known color: Venetian Red. HEX triplet: DA, 00 and 08. RGB value is (218,0,8). Sum of RGB (Red+Green+Blue) = 218+0+8=226 (29% of max value = 765). Red value is 218 (85.55% from 255 or 96.46% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0008 is #25FFF7. Grayscale: #424242. Windows color (decimal): -2490360 or 524506. OLE color: 524506.

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

Color convert

RGB 218 0 8 -
CMYK 0 1 0.96 0.15
HSL 357.8º 1% 0.43% -
HSV(B) 357.8º 1% 0.85% -
XYZ 28.96 14.92 1.58 -
YUV 66.09 95.22 236.35 -
System Red Green Blue C M Y K H S L
Decimal 218 0 8 0 1 0.96 0.15 357.8 1 0.43
Hex DA 0 8 0 64 60 F 166 64 2B
Octal 332 0 10 0 144 140 17 546 144 53
Binary 11011010 0 1000 0 1100100 1100000 1111 101100110 1100100 101011

Color Harmonies of #DA0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0008

Black with #DA0008

Text Example


Text Example

White with #DA0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0008; }

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

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

background-color css

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

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

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

border-color css

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

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

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