Html Css Color HEX #DF0216 Venetian Red

📋 copy color: '#DF0216'

red 223 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #DF0216

Tints of Venetian Red #DF0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 90.28%
G = 0.81%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0216 (or 0xDF0216) is known color: Venetian Red. HEX triplet: DF, 02 and 16. RGB value is (223,2,22). Sum of RGB (Red+Green+Blue) = 223+2+22=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0216 is #20FDE9. Grayscale: #464646. Windows color (decimal): -2162154 or 1442527. OLE color: 1442527.

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

Color convert

RGB 223 2 22 -
CMYK 0 0.99 0.90 0.13
HSL 354.57º 0.98% 0.44% -
HSV(B) 354.57º 0.99% 0.87% -
XYZ 30.6 15.79 2.19 -
YUV 70.36 100.72 236.87 -
System Red Green Blue C M Y K H S L
Decimal 223 2 22 0 0.99 0.90 0.13 354.57 0.98 0.44
Hex DF 2 16 0 63 5A D 163 62 2C
Octal 337 2 26 0 143 132 15 543 142 54
Binary 11011111 10 10110 0 1100011 1011010 1101 101100011 1100010 101100

Color Harmonies of #DF0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0216

Black with #DF0216

Text Example


Text Example

White with #DF0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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