Html Css Color HEX #DF0009 Venetian Red

📋 copy color: '#DF0009'

red 223 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #DF0009

Tints of Venetian Red #DF0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 96.12%
G = 0%
B = 3.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF0009 (or 0xDF0009) is known color: Venetian Red. HEX triplet: DF, 00 and 09. RGB value is (223,0,9). Sum of RGB (Red+Green+Blue) = 223+0+9=232 (30% of max value = 765). Red value is 223 (87.5% from 255 or 96.12% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0009 is #20FFF6. Grayscale: #434343. Windows color (decimal): -2162679 or 590047. OLE color: 590047.

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

Color convert

RGB 223 0 9 -
CMYK 0 1 0.96 0.13
HSL 357.58º 1% 0.44% -
HSV(B) 357.58º 1% 0.87% -
XYZ 30.48 15.71 1.68 -
YUV 67.7 94.88 238.77 -
System Red Green Blue C M Y K H S L
Decimal 223 0 9 0 1 0.96 0.13 357.58 1 0.44
Hex DF 0 9 0 64 60 D 166 64 2C
Octal 337 0 11 0 144 140 15 546 144 54
Binary 11011111 0 1001 0 1100100 1100000 1101 101100110 1100100 101100

Color Harmonies of #DF0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0009

Black with #DF0009

Text Example


Text Example

White with #DF0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0009; }

 p { color: rgb(223,0,9); }

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

background-color css

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

 a { background-color: rgb(223,0,9); }

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

border-color css

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

 span { border-color: rgb(223,0,9); }

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