Html Css Color HEX #DA0001 Venetian Red

📋 copy color: '#DA0001'

red 218 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #DA0001

Tints of Venetian Red #DA0001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 99.54%
G = 0%
B = 0.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DA0001 (or 0xDA0001) is known color: Venetian Red. HEX triplet: DA, 00 and 01. RGB value is (218,0,1). Sum of RGB (Red+Green+Blue) = 218+0+1=219 (29% of max value = 765). Red value is 218 (85.55% from 255 or 99.54% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0001 is #25FFFE. Grayscale: #414141. Windows color (decimal): -2490367 or 65754. OLE color: 65754.

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

Color convert

RGB 218 0 1 -
CMYK 0 1 1.00 0.15
HSL 359.72º 1% 0.43% -
HSV(B) 359.72º 1% 0.85% -
XYZ 28.92 14.91 1.38 -
YUV 65.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 218 0 1 0 1 1.00 0.15 359.72 1 0.43
Hex DA 0 1 0 64 64 F 168 64 2B
Octal 332 0 1 0 144 144 17 550 144 53
Binary 11011010 0 1 0 1100100 1100100 1111 101101000 1100100 101011

Color Harmonies of #DA0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0001

Black with #DA0001

Text Example


Text Example

White with #DA0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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