Html Css Color HEX #DF060F Venetian Red

📋 copy color: '#DF060F'

red 223 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #DF060F

Tints of Venetian Red #DF060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

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

R = 91.39%
G = 2.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF060F (or 0xDF060F) is known color: Venetian Red. HEX triplet: DF, 06 and 0F. RGB value is (223,6,15). Sum of RGB (Red+Green+Blue) = 223+6+15=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060F is #20F9F0. Grayscale: #484848. Windows color (decimal): -2161137 or 984799. OLE color: 984799.

HSL color Cylindrical-coordinate representation of color #DF060F: hue angle of 357.51º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF060F is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 6 15 -
CMYK 0 0.97 0.93 0.13
HSL 357.51º 0.95% 0.45% -
HSV(B) 357.51º 0.97% 0.87% -
XYZ 30.58 15.85 1.9 -
YUV 71.91 95.89 235.77 -
System Red Green Blue C M Y K H S L
Decimal 223 6 15 0 0.97 0.93 0.13 357.51 0.95 0.45
Hex DF 6 F 0 61 5D D 166 5F 2D
Octal 337 6 17 0 141 135 15 546 137 55
Binary 11011111 110 1111 0 1100001 1011101 1101 101100110 1011111 101101

Color Harmonies of #DF060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF060F

Black with #DF060F

Text Example


Text Example

White with #DF060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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