Html Css Color HEX #DF021D Venetian Red

📋 copy color: '#DF021D'

red 223 ◦ green 2 ◦ blue 29

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

Shades of Venetian Red #DF021D

Tints of Venetian Red #DF021D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 87.8%
G = 0.79%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF021D (or 0xDF021D) is known color: Venetian Red. HEX triplet: DF, 02 and 1D. RGB value is (223,2,29). Sum of RGB (Red+Green+Blue) = 223+2+29=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021D is #20FDE2. Grayscale: #474747. Windows color (decimal): -2162147 or 1901279. OLE color: 1901279.

HSL color Cylindrical-coordinate representation of color #DF021D: hue angle of 352.67º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF021D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 29 -
CMYK 0 0.99 0.87 0.13
HSL 352.67º 0.98% 0.44% -
HSV(B) 352.67º 0.99% 0.87% -
XYZ 30.67 15.82 2.6 -
YUV 71.16 104.22 236.3 -
System Red Green Blue C M Y K H S L
Decimal 223 2 29 0 0.99 0.87 0.13 352.67 0.98 0.44
Hex DF 2 1D 0 63 57 D 161 62 2C
Octal 337 2 35 0 143 127 15 541 142 54
Binary 11011111 10 11101 0 1100011 1010111 1101 101100001 1100010 101100

Color Harmonies of #DF021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF021D

Black with #DF021D

Text Example


Text Example

White with #DF021D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF021D; }

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

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

background-color css

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

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

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

border-color css

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

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

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