Html Css Color HEX #DF020F Venetian Red

📋 copy color: '#DF020F'

red 223 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #DF020F

Tints of Venetian Red #DF020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 92.92%
G = 0.83%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF020F (or 0xDF020F) is known color: Venetian Red. HEX triplet: DF, 02 and 0F. RGB value is (223,2,15). Sum of RGB (Red+Green+Blue) = 223+2+15=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF020F is #20FDF0. Grayscale: #454545. Windows color (decimal): -2162161 or 983775. OLE color: 983775.

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

Color convert

RGB 223 2 15 -
CMYK 0 0.99 0.93 0.13
HSL 356.47º 0.98% 0.44% -
HSV(B) 356.47º 0.99% 0.87% -
XYZ 30.54 15.77 1.89 -
YUV 69.56 97.22 237.44 -
System Red Green Blue C M Y K H S L
Decimal 223 2 15 0 0.99 0.93 0.13 356.47 0.98 0.44
Hex DF 2 F 0 63 5D D 164 62 2C
Octal 337 2 17 0 143 135 15 544 142 54
Binary 11011111 10 1111 0 1100011 1011101 1101 101100100 1100010 101100

Color Harmonies of #DF020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF020F

Black with #DF020F

Text Example


Text Example

White with #DF020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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