Html Css Color HEX #DF0508 Venetian Red

📋 copy color: '#DF0508'

red 223 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #DF0508

Tints of Venetian Red #DF0508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 94.49%
G = 2.12%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF0508 (or 0xDF0508) is known color: Venetian Red. HEX triplet: DF, 05 and 08. RGB value is (223,5,8). Sum of RGB (Red+Green+Blue) = 223+5+8=236 (31% of max value = 765). Red value is 223 (87.5% from 255 or 94.49% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0508 is #20FAF7. Grayscale: #464646. Windows color (decimal): -2161400 or 525791. OLE color: 525791.

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

Color convert

RGB 223 5 8 -
CMYK 0 0.98 0.96 0.13
HSL 359.17º 0.96% 0.45% -
HSV(B) 359.17º 0.98% 0.87% -
XYZ 30.53 15.81 1.67 -
YUV 70.52 92.72 236.76 -
System Red Green Blue C M Y K H S L
Decimal 223 5 8 0 0.98 0.96 0.13 359.17 0.96 0.45
Hex DF 5 8 0 62 60 D 167 60 2D
Octal 337 5 10 0 142 140 15 547 140 55
Binary 11011111 101 1000 0 1100010 1100000 1101 101100111 1100000 101101

Color Harmonies of #DF0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0508

Black with #DF0508

Text Example


Text Example

White with #DF0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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