Html Css Color HEX #DF060B Venetian Red

📋 copy color: '#DF060B'

red 223 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #DF060B

Tints of Venetian Red #DF060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 92.92%
G = 2.5%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF060B (or 0xDF060B) is known color: Venetian Red. HEX triplet: DF, 06 and 0B. RGB value is (223,6,11). Sum of RGB (Red+Green+Blue) = 223+6+11=240 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.92% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 223 - color contains mainly: red. Hex color #DF060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF060B is #20F9F4. Grayscale: #474747. Windows color (decimal): -2161141 or 722655. OLE color: 722655.

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

Color convert

RGB 223 6 11 -
CMYK 0 0.97 0.95 0.13
HSL 358.62º 0.95% 0.45% -
HSV(B) 358.62º 0.97% 0.87% -
XYZ 30.56 15.84 1.76 -
YUV 71.45 93.89 236.09 -
System Red Green Blue C M Y K H S L
Decimal 223 6 11 0 0.97 0.95 0.13 358.62 0.95 0.45
Hex DF 6 B 0 61 5F D 167 5F 2D
Octal 337 6 13 0 141 137 15 547 137 55
Binary 11011111 110 1011 0 1100001 1011111 1101 101100111 1011111 101101

Color Harmonies of #DF060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF060B

Black with #DF060B

Text Example


Text Example

White with #DF060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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