Html Css Color HEX #DF021F Venetian Red

📋 copy color: '#DF021F'

red 223 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #DF021F

Tints of Venetian Red #DF021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 87.11%
G = 0.78%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF021F (or 0xDF021F) is known color: Venetian Red. HEX triplet: DF, 02 and 1F. RGB value is (223,2,31). Sum of RGB (Red+Green+Blue) = 223+2+31=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021F is #20FDE0. Grayscale: #474747. Windows color (decimal): -2162145 or 2032351. OLE color: 2032351.

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

Color convert

RGB 223 2 31 -
CMYK 0 0.99 0.86 0.13
HSL 352.13º 0.98% 0.44% -
HSV(B) 352.13º 0.99% 0.87% -
XYZ 30.7 15.83 2.73 -
YUV 71.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 223 2 31 0 0.99 0.86 0.13 352.13 0.98 0.44
Hex DF 2 1F 0 63 56 D 160 62 2C
Octal 337 2 37 0 143 126 15 540 142 54
Binary 11011111 10 11111 0 1100011 1010110 1101 101100000 1100010 101100

Color Harmonies of #DF021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF021F

Black with #DF021F

Text Example


Text Example

White with #DF021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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