Html Css Color HEX #DF0014 Venetian Red

📋 copy color: '#DF0014'

red 223 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #DF0014

Tints of Venetian Red #DF0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 91.77%
G = 0%
B = 8.23%

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

#DF0014 (or 0xDF0014) is known color: Venetian Red. HEX triplet: DF, 00 and 14. RGB value is (223,0,20). Sum of RGB (Red+Green+Blue) = 223+0+20=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0014 is #20FFEB. Grayscale: #454545. Windows color (decimal): -2162668 or 1310943. OLE color: 1310943.

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

Color convert

RGB 223 0 20 -
CMYK 0 1 0.91 0.13
HSL 354.62º 1% 0.44% -
HSV(B) 354.62º 1% 0.87% -
XYZ 30.56 15.74 2.09 -
YUV 68.96 100.38 237.87 -
System Red Green Blue C M Y K H S L
Decimal 223 0 20 0 1 0.91 0.13 354.62 1 0.44
Hex DF 0 14 0 64 5B D 163 64 2C
Octal 337 0 24 0 144 133 15 543 144 54
Binary 11011111 0 10100 0 1100100 1011011 1101 101100011 1100100 101100

Color Harmonies of #DF0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0014

Black with #DF0014

Text Example


Text Example

White with #DF0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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