Html Css Color HEX #DD5029 Cinnabar

📋 copy color: '#DD5029'

red 221 ◦ green 80 ◦ blue 41

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

Shades of Cinnabar #DD5029

Tints of Cinnabar #DD5029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.39%

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

R = 64.62%
G = 23.39%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD5029 (or 0xDD5029) is known color: Cinnabar. HEX triplet: DD, 50 and 29. RGB value is (221,80,41). Sum of RGB (Red+Green+Blue) = 221+80+41=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5029 is #22AFD6. Grayscale: #767676. Windows color (decimal): -2273239 or 2707677. OLE color: 2707677.

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

Color convert

RGB 221 80 41 -
CMYK 0 0.64 0.81 0.13
HSL 13º 0.73% 0.51% -
HSV(B) 13º 0.81% 0.87% -
XYZ 33.09 21.27 4.46 -
YUV 117.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 221 80 41 0 0.64 0.81 0.13 13 0.73 0.51
Hex DD 50 29 0 40 51 D D 49 33
Octal 335 120 51 0 100 121 15 15 111 63
Binary 11011101 1010000 101001 0 1000000 1010001 1101 1101 1001001 110011

Color Harmonies of #DD5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5029

Black with #DD5029

Text Example


Text Example

White with #DD5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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