Html Css Color HEX #DF0810 Venetian Red

📋 copy color: '#DF0810'

red 223 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #DF0810

Tints of Venetian Red #DF0810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 90.28%
G = 3.24%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF0810 (or 0xDF0810) is known color: Venetian Red. HEX triplet: DF, 08 and 10. RGB value is (223,8,16). Sum of RGB (Red+Green+Blue) = 223+8+16=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0810 is #20F7EF. Grayscale: #494949. Windows color (decimal): -2160624 or 1050847. OLE color: 1050847.

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

Color convert

RGB 223 8 16 -
CMYK 0 0.96 0.93 0.13
HSL 357.77º 0.93% 0.45% -
HSV(B) 357.77º 0.96% 0.87% -
XYZ 30.61 15.9 1.95 -
YUV 73.2 95.73 234.85 -
System Red Green Blue C M Y K H S L
Decimal 223 8 16 0 0.96 0.93 0.13 357.77 0.93 0.45
Hex DF 8 10 0 60 5D D 166 5D 2D
Octal 337 10 20 0 140 135 15 546 135 55
Binary 11011111 1000 10000 0 1100000 1011101 1101 101100110 1011101 101101

Color Harmonies of #DF0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0810

Black with #DF0810

Text Example


Text Example

White with #DF0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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