Html Css Color HEX #DF0719 Venetian Red

📋 copy color: '#DF0719'

red 223 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #DF0719

Tints of Venetian Red #DF0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 87.45%
G = 2.75%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0719 (or 0xDF0719) is known color: Venetian Red. HEX triplet: DF, 07 and 19. RGB value is (223,7,25). Sum of RGB (Red+Green+Blue) = 223+7+25=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0719 is #20F8E6. Grayscale: #494949. Windows color (decimal): -2160871 or 1640415. OLE color: 1640415.

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

Color convert

RGB 223 7 25 -
CMYK 0 0.97 0.89 0.13
HSL 355º 0.94% 0.45% -
HSV(B) 355º 0.97% 0.87% -
XYZ 30.68 15.91 2.37 -
YUV 73.64 100.56 234.54 -
System Red Green Blue C M Y K H S L
Decimal 223 7 25 0 0.97 0.89 0.13 355 0.94 0.45
Hex DF 7 19 0 61 59 D 163 5E 2D
Octal 337 7 31 0 141 131 15 543 136 55
Binary 11011111 111 11001 0 1100001 1011001 1101 101100011 1011110 101101

Color Harmonies of #DF0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0719

Black with #DF0719

Text Example


Text Example

White with #DF0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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