Html Css Color HEX #DF0112 Venetian Red

📋 copy color: '#DF0112'

red 223 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #DF0112

Tints of Venetian Red #DF0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 92.15%
G = 0.41%
B = 7.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0112 (or 0xDF0112) is known color: Venetian Red. HEX triplet: DF, 01 and 12. RGB value is (223,1,18). Sum of RGB (Red+Green+Blue) = 223+1+18=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0112 is #20FEED. Grayscale: #454545. Windows color (decimal): -2162414 or 1180127. OLE color: 1180127.

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

Color convert

RGB 223 1 18 -
CMYK 0 1.00 0.92 0.13
HSL 355.41º 0.99% 0.44% -
HSV(B) 355.41º 1% 0.87% -
XYZ 30.55 15.75 2 -
YUV 69.32 99.05 237.62 -
System Red Green Blue C M Y K H S L
Decimal 223 1 18 0 1.00 0.92 0.13 355.41 0.99 0.44
Hex DF 1 12 0 64 5C D 163 63 2C
Octal 337 1 22 0 144 134 15 543 143 54
Binary 11011111 1 10010 0 1100100 1011100 1101 101100011 1100011 101100

Color Harmonies of #DF0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0112

Black with #DF0112

Text Example


Text Example

White with #DF0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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