Html Css Color HEX #DD4E29 Cinnabar

📋 copy color: '#DD4E29'

red 221 ◦ green 78 ◦ blue 41

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

Shades of Cinnabar #DD4E29

Tints of Cinnabar #DD4E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.94%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 65%
G = 22.94%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD4E29 (or 0xDD4E29) is known color: Cinnabar. HEX triplet: DD, 4E and 29. RGB value is (221,78,41). Sum of RGB (Red+Green+Blue) = 221+78+41=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E29 is #22B1D6. Grayscale: #747474. Windows color (decimal): -2273751 or 2707165. OLE color: 2707165.

HSL color Cylindrical-coordinate representation of color #DD4E29: hue angle of 12.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD4E29 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 78 41 -
CMYK 0 0.65 0.81 0.13
HSL 12.33º 0.73% 0.51% -
HSV(B) 12.33º 0.81% 0.87% -
XYZ 32.94 20.98 4.41 -
YUV 116.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 221 78 41 0 0.65 0.81 0.13 12.33 0.73 0.51
Hex DD 4E 29 0 41 51 D C 49 33
Octal 335 116 51 0 101 121 15 14 111 63
Binary 11011101 1001110 101001 0 1000001 1010001 1101 1100 1001001 110011

Color Harmonies of #DD4E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E29

Black with #DD4E29

Text Example


Text Example

White with #DD4E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E29; }

 p { color: rgb(221,78,41); }

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

background-color css

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

 a { background-color: rgb(221,78,41); }

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

border-color css

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

 span { border-color: rgb(221,78,41); }

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