Html Css Color HEX #DD5028 Cinnabar

📋 copy color: '#DD5028'

red 221 ◦ green 80 ◦ blue 40

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

Shades of Cinnabar #DD5028

Tints of Cinnabar #DD5028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.73%

R = 64.81%
G = 23.46%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5028 (or 0xDD5028) is known color: Cinnabar. HEX triplet: DD, 50 and 28. RGB value is (221,80,40). Sum of RGB (Red+Green+Blue) = 221+80+40=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5028 is #22AFD7. Grayscale: #757575. Windows color (decimal): -2273240 or 2642141. OLE color: 2642141.

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

Color convert

RGB 221 80 40 -
CMYK 0 0.64 0.82 0.13
HSL 13.26º 0.73% 0.51% -
HSV(B) 13.26º 0.82% 0.87% -
XYZ 33.07 21.26 4.37 -
YUV 117.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 221 80 40 0 0.64 0.82 0.13 13.26 0.73 0.51
Hex DD 50 28 0 40 52 D D 49 33
Octal 335 120 50 0 100 122 15 15 111 63
Binary 11011101 1010000 101000 0 1000000 1010010 1101 1101 1001001 110011

Color Harmonies of #DD5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5028

Black with #DD5028

Text Example


Text Example

White with #DD5028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5028; }

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

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

background-color css

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

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

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

border-color css

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

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

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