Html Css Color HEX #DF060D Venetian Red

📋 copy color: '#DF060D'

red 223 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #DF060D

Tints of Venetian Red #DF060D

RGB

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

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

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

R = 92.15%
G = 2.48%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF060D (or 0xDF060D) is known color: Venetian Red. HEX triplet: DF, 06 and 0D. RGB value is (223,6,13). Sum of RGB (Red+Green+Blue) = 223+6+13=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060D is #20F9F2. Grayscale: #474747. Windows color (decimal): -2161139 or 853727. OLE color: 853727.

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

Color convert

RGB 223 6 13 -
CMYK 0 0.97 0.94 0.13
HSL 358.06º 0.95% 0.45% -
HSV(B) 358.06º 0.97% 0.87% -
XYZ 30.57 15.85 1.83 -
YUV 71.68 94.89 235.93 -
System Red Green Blue C M Y K H S L
Decimal 223 6 13 0 0.97 0.94 0.13 358.06 0.95 0.45
Hex DF 6 D 0 61 5E D 166 5F 2D
Octal 337 6 15 0 141 136 15 546 137 55
Binary 11011111 110 1101 0 1100001 1011110 1101 101100110 1011111 101101

Color Harmonies of #DF060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF060D

Black with #DF060D

Text Example


Text Example

White with #DF060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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