Html Css Color HEX #DF0013 Venetian Red

📋 copy color: '#DF0013'

red 223 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #DF0013

Tints of Venetian Red #DF0013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 92.15%
G = 0%
B = 7.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF0013 (or 0xDF0013) is known color: Venetian Red. HEX triplet: DF, 00 and 13. RGB value is (223,0,19). Sum of RGB (Red+Green+Blue) = 223+0+19=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0013 is #20FFEC. Grayscale: #444444. Windows color (decimal): -2162669 or 1245407. OLE color: 1245407.

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

Color convert

RGB 223 0 19 -
CMYK 0 1 0.91 0.13
HSL 354.89º 1% 0.44% -
HSV(B) 354.89º 1% 0.87% -
XYZ 30.55 15.73 2.04 -
YUV 68.84 99.88 237.96 -
System Red Green Blue C M Y K H S L
Decimal 223 0 19 0 1 0.91 0.13 354.89 1 0.44
Hex DF 0 13 0 64 5B D 163 64 2C
Octal 337 0 23 0 144 133 15 543 144 54
Binary 11011111 0 10011 0 1100100 1011011 1101 101100011 1100100 101100

Color Harmonies of #DF0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0013

Black with #DF0013

Text Example


Text Example

White with #DF0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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