Html Css Color HEX #DF0118 Venetian Red

📋 copy color: '#DF0118'

red 223 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #DF0118

Tints of Venetian Red #DF0118

RGB

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

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

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

R = 89.92%
G = 0.4%
B = 9.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF0118 (or 0xDF0118) is known color: Venetian Red. HEX triplet: DF, 01 and 18. RGB value is (223,1,24). Sum of RGB (Red+Green+Blue) = 223+1+24=248 (32% of max value = 765). Red value is 223 (87.5% from 255 or 89.92% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0118 is #20FEE7. Grayscale: #464646. Windows color (decimal): -2162408 or 1573343. OLE color: 1573343.

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

Color convert

RGB 223 1 24 -
CMYK 0 1.00 0.89 0.13
HSL 353.78º 0.99% 0.44% -
HSV(B) 353.78º 1% 0.87% -
XYZ 30.61 15.78 2.3 -
YUV 70 102.05 237.13 -
System Red Green Blue C M Y K H S L
Decimal 223 1 24 0 1.00 0.89 0.13 353.78 0.99 0.44
Hex DF 1 18 0 64 59 D 162 63 2C
Octal 337 1 30 0 144 131 15 542 143 54
Binary 11011111 1 11000 0 1100100 1011001 1101 101100010 1100011 101100

Color Harmonies of #DF0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0118

Black with #DF0118

Text Example


Text Example

White with #DF0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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