Html Css Color HEX #DF0416 Venetian Red

📋 copy color: '#DF0416'

red 223 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #DF0416

Tints of Venetian Red #DF0416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 89.56%
G = 1.61%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0416 (or 0xDF0416) is known color: Venetian Red. HEX triplet: DF, 04 and 16. RGB value is (223,4,22). Sum of RGB (Red+Green+Blue) = 223+4+22=249 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.56% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0416 is #20FBE9. Grayscale: #474747. Windows color (decimal): -2161642 or 1443039. OLE color: 1443039.

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

Color convert

RGB 223 4 22 -
CMYK 0 0.98 0.90 0.13
HSL 355.07º 0.96% 0.45% -
HSV(B) 355.07º 0.98% 0.87% -
XYZ 30.62 15.83 2.2 -
YUV 71.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 223 4 22 0 0.98 0.90 0.13 355.07 0.96 0.45
Hex DF 4 16 0 62 5A D 163 60 2D
Octal 337 4 26 0 142 132 15 543 140 55
Binary 11011111 100 10110 0 1100010 1011010 1101 101100011 1100000 101101

Color Harmonies of #DF0416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0416

Black with #DF0416

Text Example


Text Example

White with #DF0416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0416; }

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

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

background-color css

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

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

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

border-color css

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

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

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