Html Css Color HEX #DF0817 Venetian Red

📋 copy color: '#DF0817'

red 223 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #DF0817

Tints of Venetian Red #DF0817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.15%

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 87.8%
G = 3.15%
B = 9.06%

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

#DF0817 (or 0xDF0817) is known color: Venetian Red. HEX triplet: DF, 08 and 17. RGB value is (223,8,23). Sum of RGB (Red+Green+Blue) = 223+8+23=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0817 is #20F7E8. Grayscale: #4A4A4A. Windows color (decimal): -2160617 or 1509599. OLE color: 1509599.

HSL color Cylindrical-coordinate representation of color #DF0817: hue angle of 355.81º degrees, saturation: 0.93, 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 #DF0817 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 8 23 -
CMYK 0 0.96 0.90 0.13
HSL 355.81º 0.93% 0.45% -
HSV(B) 355.81º 0.96% 0.87% -
XYZ 30.67 15.92 2.27 -
YUV 74 99.23 234.28 -
System Red Green Blue C M Y K H S L
Decimal 223 8 23 0 0.96 0.90 0.13 355.81 0.93 0.45
Hex DF 8 17 0 60 5A D 164 5D 2D
Octal 337 10 27 0 140 132 15 544 135 55
Binary 11011111 1000 10111 0 1100000 1011010 1101 101100100 1011101 101101

Color Harmonies of #DF0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0817

Black with #DF0817

Text Example


Text Example

White with #DF0817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0817; }

 p { color: rgb(223,8,23); }

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

background-color css

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

 a { background-color: rgb(223,8,23); }

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

border-color css

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

 span { border-color: rgb(223,8,23); }

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