Html Css Color HEX #DF0001 Venetian Red

📋 copy color: '#DF0001'

red 223 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #DF0001

Tints of Venetian Red #DF0001

RGB

 RED value IS 223 (87.5% from 255) = 99.55%

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

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

R = 99.55%
G = 0%
B = 0.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF0001 (or 0xDF0001) is known color: Venetian Red. HEX triplet: DF, 00 and 01. RGB value is (223,0,1). Sum of RGB (Red+Green+Blue) = 223+0+1=224 (29% of max value = 765). Red value is 223 (87.5% from 255 or 99.55% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0001 is #20FFFE. Grayscale: #434343. Windows color (decimal): -2162687 or 65759. OLE color: 65759.

HSL color Cylindrical-coordinate representation of color #DF0001: hue angle of 359.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 0 1 -
CMYK 0 1 1.00 0.13
HSL 359.73º 1% 0.44% -
HSV(B) 359.73º 1% 0.87% -
XYZ 30.44 15.69 1.45 -
YUV 66.79 90.88 239.42 -
System Red Green Blue C M Y K H S L
Decimal 223 0 1 0 1 1.00 0.13 359.73 1 0.44
Hex DF 0 1 0 64 64 D 168 64 2C
Octal 337 0 1 0 144 144 15 550 144 54
Binary 11011111 0 1 0 1100100 1100100 1101 101101000 1100100 101100

Color Harmonies of #DF0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0001

Black with #DF0001

Text Example


Text Example

White with #DF0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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