Html Css Color HEX #DF0018 Venetian Red

📋 copy color: '#DF0018'

red 223 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #DF0018

Tints of Venetian Red #DF0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 90.28%
G = 0%
B = 9.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0018 (or 0xDF0018) is known color: Venetian Red. HEX triplet: DF, 00 and 18. RGB value is (223,0,24). Sum of RGB (Red+Green+Blue) = 223+0+24=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0018 is #20FFE7. Grayscale: #454545. Windows color (decimal): -2162664 or 1573087. OLE color: 1573087.

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

Color convert

RGB 223 0 24 -
CMYK 0 1 0.89 0.13
HSL 353.54º 1% 0.44% -
HSV(B) 353.54º 1% 0.87% -
XYZ 30.6 15.75 2.29 -
YUV 69.41 102.38 237.55 -
System Red Green Blue C M Y K H S L
Decimal 223 0 24 0 1 0.89 0.13 353.54 1 0.44
Hex DF 0 18 0 64 59 D 162 64 2C
Octal 337 0 30 0 144 131 15 542 144 54
Binary 11011111 0 11000 0 1100100 1011001 1101 101100010 1100100 101100

Color Harmonies of #DF0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0018

Black with #DF0018

Text Example


Text Example

White with #DF0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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