Html Css Color HEX #DF0519 Venetian Red

📋 copy color: '#DF0519'

red 223 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #DF0519

Tints of Venetian Red #DF0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 88.14%
G = 1.98%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0519 (or 0xDF0519) is known color: Venetian Red. HEX triplet: DF, 05 and 19. RGB value is (223,5,25). Sum of RGB (Red+Green+Blue) = 223+5+25=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0519 is #20FAE6. Grayscale: #484848. Windows color (decimal): -2161383 or 1639903. OLE color: 1639903.

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

Color convert

RGB 223 5 25 -
CMYK 0 0.98 0.89 0.13
HSL 354.5º 0.96% 0.45% -
HSV(B) 354.5º 0.98% 0.87% -
XYZ 30.66 15.87 2.37 -
YUV 72.46 101.22 235.37 -
System Red Green Blue C M Y K H S L
Decimal 223 5 25 0 0.98 0.89 0.13 354.5 0.96 0.45
Hex DF 5 19 0 62 59 D 162 60 2D
Octal 337 5 31 0 142 131 15 542 140 55
Binary 11011111 101 11001 0 1100010 1011001 1101 101100010 1100000 101101

Color Harmonies of #DF0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0519

Black with #DF0519

Text Example


Text Example

White with #DF0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0519; }

 p { color: rgb(223,5,25); }

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

background-color css

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

 a { background-color: rgb(223,5,25); }

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

border-color css

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

 span { border-color: rgb(223,5,25); }

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