Html Css Color HEX #DF0A0D Venetian Red

📋 copy color: '#DF0A0D'

red 223 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #DF0A0D

Tints of Venetian Red #DF0A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.28%

R = 90.65%
G = 4.07%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF0A0D (or 0xDF0A0D) is known color: Venetian Red. HEX triplet: DF, 0A and 0D. RGB value is (223,10,13). Sum of RGB (Red+Green+Blue) = 223+10+13=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A0D is #20F5F2. Grayscale: #4A4A4A. Windows color (decimal): -2160115 or 854751. OLE color: 854751.

HSL color Cylindrical-coordinate representation of color #DF0A0D: hue angle of 359.15º 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 #DF0A0D is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 10 13 -
CMYK 0 0.96 0.94 0.13
HSL 359.15º 0.91% 0.46% -
HSV(B) 359.15º 0.96% 0.87% -
XYZ 30.61 15.93 1.84 -
YUV 74.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 223 10 13 0 0.96 0.94 0.13 359.15 0.91 0.46
Hex DF A D 0 60 5E D 167 5B 2E
Octal 337 12 15 0 140 136 15 547 133 56
Binary 11011111 1010 1101 0 1100000 1011110 1101 101100111 1011011 101110

Color Harmonies of #DF0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A0D

Black with #DF0A0D

Text Example


Text Example

White with #DF0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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