Html Css Color HEX #DF0A0C Venetian Red

📋 copy color: '#DF0A0C'

red 223 ◦ green 10 ◦ blue 12

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

Shades of Venetian Red #DF0A0C

Tints of Venetian Red #DF0A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 91.02%
G = 4.08%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF0A0C (or 0xDF0A0C) is known color: Venetian Red. HEX triplet: DF, 0A and 0C. RGB value is (223,10,12). Sum of RGB (Red+Green+Blue) = 223+10+12=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A0C is #20F5F3. Grayscale: #4A4A4A. Windows color (decimal): -2160116 or 789215. OLE color: 789215.

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

Color convert

RGB 223 10 12 -
CMYK 0 0.96 0.95 0.13
HSL 359.44º 0.91% 0.46% -
HSV(B) 359.44º 0.96% 0.87% -
XYZ 30.61 15.93 1.81 -
YUV 73.92 93.07 234.34 -
System Red Green Blue C M Y K H S L
Decimal 223 10 12 0 0.96 0.95 0.13 359.44 0.91 0.46
Hex DF A C 0 60 5F D 167 5B 2E
Octal 337 12 14 0 140 137 15 547 133 56
Binary 11011111 1010 1100 0 1100000 1011111 1101 101100111 1011011 101110

Color Harmonies of #DF0A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A0C

Black with #DF0A0C

Text Example


Text Example

White with #DF0A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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