Html Css Color HEX #DF050E Venetian Red

📋 copy color: '#DF050E'

red 223 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #DF050E

Tints of Venetian Red #DF050E

RGB

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

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

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

R = 92.15%
G = 2.07%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF050E (or 0xDF050E) is known color: Venetian Red. HEX triplet: DF, 05 and 0E. RGB value is (223,5,14). Sum of RGB (Red+Green+Blue) = 223+5+14=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050E is #20FAF1. Grayscale: #474747. Windows color (decimal): -2161394 or 919007. OLE color: 919007.

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

Color convert

RGB 223 5 14 -
CMYK 0 0.98 0.94 0.13
HSL 357.52º 0.96% 0.45% -
HSV(B) 357.52º 0.98% 0.87% -
XYZ 30.56 15.83 1.86 -
YUV 71.21 95.72 236.27 -
System Red Green Blue C M Y K H S L
Decimal 223 5 14 0 0.98 0.94 0.13 357.52 0.96 0.45
Hex DF 5 E 0 62 5E D 166 60 2D
Octal 337 5 16 0 142 136 15 546 140 55
Binary 11011111 101 1110 0 1100010 1011110 1101 101100110 1100000 101101

Color Harmonies of #DF050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF050E

Black with #DF050E

Text Example


Text Example

White with #DF050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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