Html Css Color HEX #DF0016 Venetian Red

📋 copy color: '#DF0016'

red 223 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #DF0016

Tints of Venetian Red #DF0016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 91.02%
G = 0%
B = 8.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0016 (or 0xDF0016) is known color: Venetian Red. HEX triplet: DF, 00 and 16. RGB value is (223,0,22). Sum of RGB (Red+Green+Blue) = 223+0+22=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0016 is #20FFE9. Grayscale: #454545. Windows color (decimal): -2162666 or 1442015. OLE color: 1442015.

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

Color convert

RGB 223 0 22 -
CMYK 0 1 0.90 0.13
HSL 354.08º 1% 0.44% -
HSV(B) 354.08º 1% 0.87% -
XYZ 30.58 15.75 2.19 -
YUV 69.19 101.38 237.71 -
System Red Green Blue C M Y K H S L
Decimal 223 0 22 0 1 0.90 0.13 354.08 1 0.44
Hex DF 0 16 0 64 5A D 162 64 2C
Octal 337 0 26 0 144 132 15 542 144 54
Binary 11011111 0 10110 0 1100100 1011010 1101 101100010 1100100 101100

Color Harmonies of #DF0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0016

Black with #DF0016

Text Example


Text Example

White with #DF0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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