Html Css Color HEX #DF080B Venetian Red

📋 copy color: '#DF080B'

red 223 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #DF080B

Tints of Venetian Red #DF080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 92.15%
G = 3.31%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF080B (or 0xDF080B) is known color: Venetian Red. HEX triplet: DF, 08 and 0B. RGB value is (223,8,11). Sum of RGB (Red+Green+Blue) = 223+8+11=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF080B is #20F7F4. Grayscale: #484848. Windows color (decimal): -2160629 or 723167. OLE color: 723167.

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

Color convert

RGB 223 8 11 -
CMYK 0 0.96 0.95 0.13
HSL 359.16º 0.93% 0.45% -
HSV(B) 359.16º 0.96% 0.87% -
XYZ 30.58 15.89 1.77 -
YUV 72.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 223 8 11 0 0.96 0.95 0.13 359.16 0.93 0.45
Hex DF 8 B 0 60 5F D 167 5D 2D
Octal 337 10 13 0 140 137 15 547 135 55
Binary 11011111 1000 1011 0 1100000 1011111 1101 101100111 1011101 101101

Color Harmonies of #DF080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF080B

Black with #DF080B

Text Example


Text Example

White with #DF080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF080B; }

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

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

background-color css

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

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

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

border-color css

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

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

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