Html Css Color HEX #DA0108 Venetian Red

📋 copy color: '#DA0108'

red 218 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #DA0108

Tints of Venetian Red #DA0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 96.04%
G = 0.44%
B = 3.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DA0108 (or 0xDA0108) is known color: Venetian Red. HEX triplet: DA, 01 and 08. RGB value is (218,1,8). Sum of RGB (Red+Green+Blue) = 218+1+8=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0108 is #25FEF7. Grayscale: #424242. Windows color (decimal): -2490104 or 524762. OLE color: 524762.

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

Color convert

RGB 218 1 8 -
CMYK 0 1.00 0.96 0.15
HSL 358.06º 0.99% 0.43% -
HSV(B) 358.06º 1% 0.85% -
XYZ 28.97 14.94 1.59 -
YUV 66.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 218 1 8 0 1.00 0.96 0.15 358.06 0.99 0.43
Hex DA 1 8 0 64 60 F 166 63 2B
Octal 332 1 10 0 144 140 17 546 143 53
Binary 11011010 1 1000 0 1100100 1100000 1111 101100110 1100011 101011

Color Harmonies of #DA0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0108

Black with #DA0108

Text Example


Text Example

White with #DA0108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0108; }

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

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

background-color css

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

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

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

border-color css

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

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

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