Html Css Color HEX #DF020A Venetian Red

📋 copy color: '#DF020A'

red 223 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #DF020A

Tints of Venetian Red #DF020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.26%

R = 94.89%
G = 0.85%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF020A (or 0xDF020A) is known color: Venetian Red. HEX triplet: DF, 02 and 0A. RGB value is (223,2,10). Sum of RGB (Red+Green+Blue) = 223+2+10=235 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.89% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020A is #20FDF5. Grayscale: #454545. Windows color (decimal): -2162166 or 656095. OLE color: 656095.

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

Color convert

RGB 223 2 10 -
CMYK 0 0.99 0.96 0.13
HSL 357.83º 0.98% 0.44% -
HSV(B) 357.83º 0.99% 0.87% -
XYZ 30.51 15.75 1.72 -
YUV 68.99 94.72 237.85 -
System Red Green Blue C M Y K H S L
Decimal 223 2 10 0 0.99 0.96 0.13 357.83 0.98 0.44
Hex DF 2 A 0 63 60 D 166 62 2C
Octal 337 2 12 0 143 140 15 546 142 54
Binary 11011111 10 1010 0 1100011 1100000 1101 101100110 1100010 101100

Color Harmonies of #DF020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF020A

Black with #DF020A

Text Example


Text Example

White with #DF020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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