Html Css Color HEX #DF080E Venetian Red

📋 copy color: '#DF080E'

red 223 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #DF080E

Tints of Venetian Red #DF080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.71%

R = 91.02%
G = 3.27%
B = 5.71%

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

#DF080E (or 0xDF080E) is known color: Venetian Red. HEX triplet: DF, 08 and 0E. RGB value is (223,8,14). Sum of RGB (Red+Green+Blue) = 223+8+14=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF080E is #20F7F1. Grayscale: #494949. Windows color (decimal): -2160626 or 919775. OLE color: 919775.

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

Color convert

RGB 223 8 14 -
CMYK 0 0.96 0.94 0.13
HSL 358.33º 0.93% 0.45% -
HSV(B) 358.33º 0.96% 0.87% -
XYZ 30.6 15.89 1.87 -
YUV 72.97 94.73 235.01 -
System Red Green Blue C M Y K H S L
Decimal 223 8 14 0 0.96 0.94 0.13 358.33 0.93 0.45
Hex DF 8 E 0 60 5E D 166 5D 2D
Octal 337 10 16 0 140 136 15 546 135 55
Binary 11011111 1000 1110 0 1100000 1011110 1101 101100110 1011101 101101

Color Harmonies of #DF080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF080E

Black with #DF080E

Text Example


Text Example

White with #DF080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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