Html Css Color HEX #DF0A10 Venetian Red

📋 copy color: '#DF0A10'

red 223 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #DF0A10

Tints of Venetian Red #DF0A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

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

R = 89.56%
G = 4.02%
B = 6.43%

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

#DF0A10 (or 0xDF0A10) is known color: Venetian Red. HEX triplet: DF, 0A and 10. RGB value is (223,10,16). Sum of RGB (Red+Green+Blue) = 223+10+16=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A10 is #20F5EF. Grayscale: #4A4A4A. Windows color (decimal): -2160112 or 1051359. OLE color: 1051359.

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

Color convert

RGB 223 10 16 -
CMYK 0 0.96 0.93 0.13
HSL 358.31º 0.91% 0.46% -
HSV(B) 358.31º 0.96% 0.87% -
XYZ 30.63 15.94 1.95 -
YUV 74.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 223 10 16 0 0.96 0.93 0.13 358.31 0.91 0.46
Hex DF A 10 0 60 5D D 166 5B 2E
Octal 337 12 20 0 140 135 15 546 133 56
Binary 11011111 1010 10000 0 1100000 1011101 1101 101100110 1011011 101110

Color Harmonies of #DF0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A10

Black with #DF0A10

Text Example


Text Example

White with #DF0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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