Html Css Color HEX #DF040E Venetian Red

📋 copy color: '#DF040E'

red 223 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #DF040E

Tints of Venetian Red #DF040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 92.53%
G = 1.66%
B = 5.81%

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

#DF040E (or 0xDF040E) is known color: Venetian Red. HEX triplet: DF, 04 and 0E. RGB value is (223,4,14). Sum of RGB (Red+Green+Blue) = 223+4+14=241 (31% of max value = 765). Red value is 223 (87.5% from 255 or 92.53% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 223 - color contains mainly: red. Hex color #DF040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF040E is #20FBF1. Grayscale: #464646. Windows color (decimal): -2161650 or 918751. OLE color: 918751.

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

Color convert

RGB 223 4 14 -
CMYK 0 0.98 0.94 0.13
HSL 357.26º 0.96% 0.45% -
HSV(B) 357.26º 0.98% 0.87% -
XYZ 30.55 15.81 1.86 -
YUV 70.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 223 4 14 0 0.98 0.94 0.13 357.26 0.96 0.45
Hex DF 4 E 0 62 5E D 165 60 2D
Octal 337 4 16 0 142 136 15 545 140 55
Binary 11011111 100 1110 0 1100010 1011110 1101 101100101 1100000 101101

Color Harmonies of #DF040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF040E

Black with #DF040E

Text Example


Text Example

White with #DF040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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