Html Css Color HEX #DF0010 Venetian Red

📋 copy color: '#DF0010'

red 223 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #DF0010

Tints of Venetian Red #DF0010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 93.31%
G = 0%
B = 6.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF0010 (or 0xDF0010) is known color: Venetian Red. HEX triplet: DF, 00 and 10. RGB value is (223,0,16). Sum of RGB (Red+Green+Blue) = 223+0+16=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0010 is #20FFEF. Grayscale: #444444. Windows color (decimal): -2162672 or 1048799. OLE color: 1048799.

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

Color convert

RGB 223 0 16 -
CMYK 0 1 0.93 0.13
HSL 355.7º 1% 0.44% -
HSV(B) 355.7º 1% 0.87% -
XYZ 30.52 15.73 1.92 -
YUV 68.5 98.38 238.2 -
System Red Green Blue C M Y K H S L
Decimal 223 0 16 0 1 0.93 0.13 355.7 1 0.44
Hex DF 0 10 0 64 5D D 164 64 2C
Octal 337 0 20 0 144 135 15 544 144 54
Binary 11011111 0 10000 0 1100100 1011101 1101 101100100 1100100 101100

Color Harmonies of #DF0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0010

Black with #DF0010

Text Example


Text Example

White with #DF0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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