Html Css Color HEX #DF0117 Venetian Red

📋 copy color: '#DF0117'

red 223 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #DF0117

Tints of Venetian Red #DF0117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 90.28%
G = 0.4%
B = 9.31%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF0117 (or 0xDF0117) is known color: Venetian Red. HEX triplet: DF, 01 and 17. RGB value is (223,1,23). Sum of RGB (Red+Green+Blue) = 223+1+23=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0117 is #20FEE8. Grayscale: #464646. Windows color (decimal): -2162409 or 1507807. OLE color: 1507807.

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

Color convert

RGB 223 1 23 -
CMYK 0 1.00 0.90 0.13
HSL 354.05º 0.99% 0.44% -
HSV(B) 354.05º 1% 0.87% -
XYZ 30.6 15.77 2.24 -
YUV 69.89 101.55 237.21 -
System Red Green Blue C M Y K H S L
Decimal 223 1 23 0 1.00 0.90 0.13 354.05 0.99 0.44
Hex DF 1 17 0 64 5A D 162 63 2C
Octal 337 1 27 0 144 132 15 542 143 54
Binary 11011111 1 10111 0 1100100 1011010 1101 101100010 1100011 101100

Color Harmonies of #DF0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0117

Black with #DF0117

Text Example


Text Example

White with #DF0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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