Html Css Color HEX #DF020B Venetian Red

📋 copy color: '#DF020B'

red 223 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #DF020B

Tints of Venetian Red #DF020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 94.49%
G = 0.85%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF020B (or 0xDF020B) is known color: Venetian Red. HEX triplet: DF, 02 and 0B. RGB value is (223,2,11). Sum of RGB (Red+Green+Blue) = 223+2+11=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020B is #20FDF4. Grayscale: #454545. Windows color (decimal): -2162165 or 721631. OLE color: 721631.

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

Color convert

RGB 223 2 11 -
CMYK 0 0.99 0.95 0.13
HSL 357.56º 0.98% 0.44% -
HSV(B) 357.56º 0.99% 0.87% -
XYZ 30.51 15.76 1.75 -
YUV 69.11 95.22 237.77 -
System Red Green Blue C M Y K H S L
Decimal 223 2 11 0 0.99 0.95 0.13 357.56 0.98 0.44
Hex DF 2 B 0 63 5F D 166 62 2C
Octal 337 2 13 0 143 137 15 546 142 54
Binary 11011111 10 1011 0 1100011 1011111 1101 101100110 1100010 101100

Color Harmonies of #DF020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF020B

Black with #DF020B

Text Example


Text Example

White with #DF020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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