Html Css Color HEX #DF011D Venetian Red

📋 copy color: '#DF011D'

red 223 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #DF011D

Tints of Venetian Red #DF011D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.46%

R = 88.14%
G = 0.4%
B = 11.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF011D (or 0xDF011D) is known color: Venetian Red. HEX triplet: DF, 01 and 1D. RGB value is (223,1,29). Sum of RGB (Red+Green+Blue) = 223+1+29=253 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.14% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 223 - color contains mainly: red. Hex color #DF011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF011D is #20FEE2. Grayscale: #464646. Windows color (decimal): -2162403 or 1901023. OLE color: 1901023.

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

Color convert

RGB 223 1 29 -
CMYK 0 1.00 0.87 0.13
HSL 352.43º 0.99% 0.44% -
HSV(B) 352.43º 1% 0.87% -
XYZ 30.66 15.8 2.6 -
YUV 70.57 104.55 236.72 -
System Red Green Blue C M Y K H S L
Decimal 223 1 29 0 1.00 0.87 0.13 352.43 0.99 0.44
Hex DF 1 1D 0 64 57 D 160 63 2C
Octal 337 1 35 0 144 127 15 540 143 54
Binary 11011111 1 11101 0 1100100 1010111 1101 101100000 1100011 101100

Color Harmonies of #DF011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF011D

Black with #DF011D

Text Example


Text Example

White with #DF011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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