Html Css Color HEX #DF0D11 Venetian Red

📋 copy color: '#DF0D11'

red 223 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #DF0D11

Tints of Venetian Red #DF0D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 88.14%
G = 5.14%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0D11 (or 0xDF0D11) is known color: Venetian Red. HEX triplet: DF, 0D and 11. RGB value is (223,13,17). Sum of RGB (Red+Green+Blue) = 223+13+17=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0D11 is #20F2EE. Grayscale: #4C4C4C. Windows color (decimal): -2159343 or 1117663. OLE color: 1117663.

HSL color Cylindrical-coordinate representation of color #DF0D11: hue angle of 358.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D11 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 13 17 -
CMYK 0 0.94 0.92 0.13
HSL 358.86º 0.89% 0.46% -
HSV(B) 358.86º 0.94% 0.87% -
XYZ 30.68 16.02 2 -
YUV 76.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 223 13 17 0 0.94 0.92 0.13 358.86 0.89 0.46
Hex DF D 11 0 5E 5C D 167 59 2E
Octal 337 15 21 0 136 134 15 547 131 56
Binary 11011111 1101 10001 0 1011110 1011100 1101 101100111 1011001 101110

Color Harmonies of #DF0D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0D11

Black with #DF0D11

Text Example


Text Example

White with #DF0D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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