Html Css Color HEX #DF0111 Venetian Red

📋 copy color: '#DF0111'

red 223 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #DF0111

Tints of Venetian Red #DF0111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.05%

R = 92.53%
G = 0.41%
B = 7.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0111 (or 0xDF0111) is known color: Venetian Red. HEX triplet: DF, 01 and 11. RGB value is (223,1,17). Sum of RGB (Red+Green+Blue) = 223+1+17=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0111 is #20FEEE. Grayscale: #454545. Windows color (decimal): -2162415 or 1114591. OLE color: 1114591.

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

Color convert

RGB 223 1 17 -
CMYK 0 1.00 0.92 0.13
HSL 355.68º 0.99% 0.44% -
HSV(B) 355.68º 1% 0.87% -
XYZ 30.54 15.75 1.96 -
YUV 69.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 223 1 17 0 1.00 0.92 0.13 355.68 0.99 0.44
Hex DF 1 11 0 64 5C D 164 63 2C
Octal 337 1 21 0 144 134 15 544 143 54
Binary 11011111 1 10001 0 1100100 1011100 1101 101100100 1100011 101100

Color Harmonies of #DF0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0111

Black with #DF0111

Text Example


Text Example

White with #DF0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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