Html Css Color HEX #DF021E Venetian Red

📋 copy color: '#DF021E'

red 223 ◦ green 2 ◦ blue 30

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

Shades of Venetian Red #DF021E

Tints of Venetian Red #DF021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 87.45%
G = 0.78%
B = 11.76%

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

#DF021E (or 0xDF021E) is known color: Venetian Red. HEX triplet: DF, 02 and 1E. RGB value is (223,2,30). Sum of RGB (Red+Green+Blue) = 223+2+30=255 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.45% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 223 - color contains mainly: red. Hex color #DF021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF021E is #20FDE1. Grayscale: #474747. Windows color (decimal): -2162146 or 1966815. OLE color: 1966815.

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

Color convert

RGB 223 2 30 -
CMYK 0 0.99 0.87 0.13
HSL 352.4º 0.98% 0.44% -
HSV(B) 352.4º 0.99% 0.87% -
XYZ 30.69 15.83 2.67 -
YUV 71.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 223 2 30 0 0.99 0.87 0.13 352.4 0.98 0.44
Hex DF 2 1E 0 63 57 D 160 62 2C
Octal 337 2 36 0 143 127 15 540 142 54
Binary 11011111 10 11110 0 1100011 1010111 1101 101100000 1100010 101100

Color Harmonies of #DF021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF021E

Black with #DF021E

Text Example


Text Example

White with #DF021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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