Html Css Color HEX #DF0506 Venetian Red

📋 copy color: '#DF0506'

red 223 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #DF0506

Tints of Venetian Red #DF0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

 BLUE value IS 6 (2.73% from 255) = 2.56%

R = 95.3%
G = 2.14%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF0506 (or 0xDF0506) is known color: Venetian Red. HEX triplet: DF, 05 and 06. RGB value is (223,5,6). Sum of RGB (Red+Green+Blue) = 223+5+6=234 (30% of max value = 765). Red value is 223 (87.5% from 255 or 95.30% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0506 is #20FAF9. Grayscale: #464646. Windows color (decimal): -2161402 or 394719. OLE color: 394719.

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

Color convert

RGB 223 5 6 -
CMYK 0 0.98 0.97 0.13
HSL 359.72º 0.96% 0.45% -
HSV(B) 359.72º 0.98% 0.87% -
XYZ 30.52 15.81 1.62 -
YUV 70.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 223 5 6 0 0.98 0.97 0.13 359.72 0.96 0.45
Hex DF 5 6 0 62 61 D 168 60 2D
Octal 337 5 6 0 142 141 15 550 140 55
Binary 11011111 101 110 0 1100010 1100001 1101 101101000 1100000 101101

Color Harmonies of #DF0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0506

Black with #DF0506

Text Example


Text Example

White with #DF0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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