Html Css Color HEX #DF0710 Venetian Red

📋 copy color: '#DF0710'

red 223 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #DF0710

Tints of Venetian Red #DF0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 90.65%
G = 2.85%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF0710 (or 0xDF0710) is known color: Venetian Red. HEX triplet: DF, 07 and 10. RGB value is (223,7,16). Sum of RGB (Red+Green+Blue) = 223+7+16=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0710 is #20F8EF. Grayscale: #484848. Windows color (decimal): -2160880 or 1050591. OLE color: 1050591.

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

Color convert

RGB 223 7 16 -
CMYK 0 0.97 0.93 0.13
HSL 357.5º 0.94% 0.45% -
HSV(B) 357.5º 0.97% 0.87% -
XYZ 30.6 15.88 1.94 -
YUV 72.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 223 7 16 0 0.97 0.93 0.13 357.5 0.94 0.45
Hex DF 7 10 0 61 5D D 166 5E 2D
Octal 337 7 20 0 141 135 15 546 136 55
Binary 11011111 111 10000 0 1100001 1011101 1101 101100110 1011110 101101

Color Harmonies of #DF0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0710

Black with #DF0710

Text Example


Text Example

White with #DF0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0710; }

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

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

background-color css

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

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

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

border-color css

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

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

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