Html Css Color HEX #DD4E28 Cinnabar

📋 copy color: '#DD4E28'

red 221 ◦ green 78 ◦ blue 40

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

Shades of Cinnabar #DD4E28

Tints of Cinnabar #DD4E28

RGB

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

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

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

R = 65.19%
G = 23.01%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4E28 (or 0xDD4E28) is known color: Cinnabar. HEX triplet: DD, 4E and 28. RGB value is (221,78,40). Sum of RGB (Red+Green+Blue) = 221+78+40=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E28 is #22B1D7. Grayscale: #747474. Windows color (decimal): -2273752 or 2641629. OLE color: 2641629.

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

Color convert

RGB 221 78 40 -
CMYK 0 0.65 0.82 0.13
HSL 12.6º 0.73% 0.51% -
HSV(B) 12.6º 0.82% 0.87% -
XYZ 32.93 20.97 4.32 -
YUV 116.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 221 78 40 0 0.65 0.82 0.13 12.6 0.73 0.51
Hex DD 4E 28 0 41 52 D D 49 33
Octal 335 116 50 0 101 122 15 15 111 63
Binary 11011101 1001110 101000 0 1000001 1010010 1101 1101 1001001 110011

Color Harmonies of #DD4E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E28

Black with #DD4E28

Text Example


Text Example

White with #DD4E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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