Html Css Color HEX #DF0012 Venetian Red

📋 copy color: '#DF0012'

red 223 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #DF0012

Tints of Venetian Red #DF0012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.53%
G = 0%
B = 7.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0012 (or 0xDF0012) is known color: Venetian Red. HEX triplet: DF, 00 and 12. RGB value is (223,0,18). Sum of RGB (Red+Green+Blue) = 223+0+18=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0012 is #20FFED. Grayscale: #444444. Windows color (decimal): -2162670 or 1179871. OLE color: 1179871.

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

Color convert

RGB 223 0 18 -
CMYK 0 1 0.92 0.13
HSL 355.16º 1% 0.44% -
HSV(B) 355.16º 1% 0.87% -
XYZ 30.54 15.73 2 -
YUV 68.73 99.38 238.04 -
System Red Green Blue C M Y K H S L
Decimal 223 0 18 0 1 0.92 0.13 355.16 1 0.44
Hex DF 0 12 0 64 5C D 163 64 2C
Octal 337 0 22 0 144 134 15 543 144 54
Binary 11011111 0 10010 0 1100100 1011100 1101 101100011 1100100 101100

Color Harmonies of #DF0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0012

Black with #DF0012

Text Example


Text Example

White with #DF0012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0012; }

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

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

background-color css

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

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

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

border-color css

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

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

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