Html Css Color HEX #DD041E Venetian Red

📋 copy color: '#DD041E'

red 221 ◦ green 4 ◦ blue 30

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

Shades of Venetian Red #DD041E

Tints of Venetian Red #DD041E

RGB

 RED value IS 221 (86.72% from 255) = 86.67%

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 86.67%
G = 1.57%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD041E (or 0xDD041E) is known color: Venetian Red. HEX triplet: DD, 04 and 1E. RGB value is (221,4,30). Sum of RGB (Red+Green+Blue) = 221+4+30=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD041E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD041E is #22FBE1. Grayscale: #474747. Windows color (decimal): -2292706 or 1967325. OLE color: 1967325.

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

Color convert

RGB 221 4 30 -
CMYK 0 0.98 0.86 0.13
HSL 352.81º 0.96% 0.44% -
HSV(B) 352.81º 0.98% 0.87% -
XYZ 30.1 15.55 2.64 -
YUV 71.85 104.39 234.39 -
System Red Green Blue C M Y K H S L
Decimal 221 4 30 0 0.98 0.86 0.13 352.81 0.96 0.44
Hex DD 4 1E 0 62 56 D 161 60 2C
Octal 335 4 36 0 142 126 15 541 140 54
Binary 11011101 100 11110 0 1100010 1010110 1101 101100001 1100000 101100

Color Harmonies of #DD041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD041E

Black with #DD041E

Text Example


Text Example

White with #DD041E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD041E; }

 p { color: rgb(221,4,30); }

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

background-color css

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

 a { background-color: rgb(221,4,30); }

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

border-color css

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

 span { border-color: rgb(221,4,30); }

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