Html Css Color HEX #DF020D Venetian Red

📋 copy color: '#DF020D'

red 223 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #DF020D

Tints of Venetian Red #DF020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 93.7%
G = 0.84%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF020D (or 0xDF020D) is known color: Venetian Red. HEX triplet: DF, 02 and 0D. RGB value is (223,2,13). Sum of RGB (Red+Green+Blue) = 223+2+13=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020D is #20FDF2. Grayscale: #454545. Windows color (decimal): -2162163 or 852703. OLE color: 852703.

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

Color convert

RGB 223 2 13 -
CMYK 0 0.99 0.94 0.13
HSL 357.01º 0.98% 0.44% -
HSV(B) 357.01º 0.99% 0.87% -
XYZ 30.53 15.76 1.81 -
YUV 69.33 96.22 237.61 -
System Red Green Blue C M Y K H S L
Decimal 223 2 13 0 0.99 0.94 0.13 357.01 0.98 0.44
Hex DF 2 D 0 63 5E D 165 62 2C
Octal 337 2 15 0 143 136 15 545 142 54
Binary 11011111 10 1101 0 1100011 1011110 1101 101100101 1100010 101100

Color Harmonies of #DF020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF020D

Black with #DF020D

Text Example


Text Example

White with #DF020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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