Html Css Color HEX #DF080D Venetian Red

📋 copy color: '#DF080D'

red 223 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #DF080D

Tints of Venetian Red #DF080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.33%

R = 91.39%
G = 3.28%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF080D (or 0xDF080D) is known color: Venetian Red. HEX triplet: DF, 08 and 0D. RGB value is (223,8,13). Sum of RGB (Red+Green+Blue) = 223+8+13=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF080D is #20F7F2. Grayscale: #494949. Windows color (decimal): -2160627 or 854239. OLE color: 854239.

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

Color convert

RGB 223 8 13 -
CMYK 0 0.96 0.94 0.13
HSL 358.6º 0.93% 0.45% -
HSV(B) 358.6º 0.96% 0.87% -
XYZ 30.59 15.89 1.84 -
YUV 72.86 94.23 235.09 -
System Red Green Blue C M Y K H S L
Decimal 223 8 13 0 0.96 0.94 0.13 358.6 0.93 0.45
Hex DF 8 D 0 60 5E D 167 5D 2D
Octal 337 10 15 0 140 136 15 547 135 55
Binary 11011111 1000 1101 0 1100000 1011110 1101 101100111 1011101 101101

Color Harmonies of #DF080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF080D

Black with #DF080D

Text Example


Text Example

White with #DF080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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