Html Css Color HEX #DD4528 Cinnabar

📋 copy color: '#DD4528'

red 221 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #DD4528

Tints of Cinnabar #DD4528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.91%

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

R = 66.97%
G = 20.91%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4528 (or 0xDD4528) is known color: Cinnabar. HEX triplet: DD, 45 and 28. RGB value is (221,69,40). Sum of RGB (Red+Green+Blue) = 221+69+40=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4528 is #22BAD7. Grayscale: #6F6F6F. Windows color (decimal): -2276056 or 2639325. OLE color: 2639325.

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

Color convert

RGB 221 69 40 -
CMYK 0 0.69 0.82 0.13
HSL 9.61º 0.73% 0.51% -
HSV(B) 9.61º 0.82% 0.87% -
XYZ 32.33 19.78 4.12 -
YUV 111.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 221 69 40 0 0.69 0.82 0.13 9.61 0.73 0.51
Hex DD 45 28 0 45 52 D A 49 33
Octal 335 105 50 0 105 122 15 12 111 63
Binary 11011101 1000101 101000 0 1000101 1010010 1101 1010 1001001 110011

Color Harmonies of #DD4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4528

Black with #DD4528

Text Example


Text Example

White with #DD4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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