Html Css Color HEX #DF0916 Venetian Red

📋 copy color: '#DF0916'

red 223 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #DF0916

Tints of Venetian Red #DF0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 87.8%
G = 3.54%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0916 (or 0xDF0916) is known color: Venetian Red. HEX triplet: DF, 09 and 16. RGB value is (223,9,22). Sum of RGB (Red+Green+Blue) = 223+9+22=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0916 is #20F6E9. Grayscale: #4A4A4A. Windows color (decimal): -2160362 or 1444319. OLE color: 1444319.

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

Color convert

RGB 223 9 22 -
CMYK 0 0.96 0.90 0.13
HSL 356.36º 0.92% 0.45% -
HSV(B) 356.36º 0.96% 0.87% -
XYZ 30.67 15.94 2.22 -
YUV 74.47 98.4 233.94 -
System Red Green Blue C M Y K H S L
Decimal 223 9 22 0 0.96 0.90 0.13 356.36 0.92 0.45
Hex DF 9 16 0 60 5A D 164 5C 2D
Octal 337 11 26 0 140 132 15 544 134 55
Binary 11011111 1001 10110 0 1100000 1011010 1101 101100100 1011100 101101

Color Harmonies of #DF0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0916

Black with #DF0916

Text Example


Text Example

White with #DF0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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