Html Css Color HEX #DF060A Venetian Red

📋 copy color: '#DF060A'

red 223 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #DF060A

Tints of Venetian Red #DF060A

RGB

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

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

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

R = 93.31%
G = 2.51%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF060A (or 0xDF060A) is known color: Venetian Red. HEX triplet: DF, 06 and 0A. RGB value is (223,6,10). Sum of RGB (Red+Green+Blue) = 223+6+10=239 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.31% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060A is #20F9F5. Grayscale: #474747. Windows color (decimal): -2161142 or 657119. OLE color: 657119.

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

Color convert

RGB 223 6 10 -
CMYK 0 0.97 0.96 0.13
HSL 358.89º 0.95% 0.45% -
HSV(B) 358.89º 0.97% 0.87% -
XYZ 30.55 15.84 1.73 -
YUV 71.34 93.39 236.17 -
System Red Green Blue C M Y K H S L
Decimal 223 6 10 0 0.97 0.96 0.13 358.89 0.95 0.45
Hex DF 6 A 0 61 60 D 167 5F 2D
Octal 337 6 12 0 141 140 15 547 137 55
Binary 11011111 110 1010 0 1100001 1100000 1101 101100111 1011111 101101

Color Harmonies of #DF060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF060A

Black with #DF060A

Text Example


Text Example

White with #DF060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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