Html Css Color HEX #DD4821 Cinnabar

📋 copy color: '#DD4821'

red 221 ◦ green 72 ◦ blue 33

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

Shades of Cinnabar #DD4821

Tints of Cinnabar #DD4821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.09%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 67.79%
G = 22.09%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD4821 (or 0xDD4821) is known color: Cinnabar. HEX triplet: DD, 48 and 21. RGB value is (221,72,33). Sum of RGB (Red+Green+Blue) = 221+72+33=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4821 is #22B7DE. Grayscale: #707070. Windows color (decimal): -2275295 or 2181341. OLE color: 2181341.

HSL color Cylindrical-coordinate representation of color #DD4821: hue angle of 12.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD4821 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 33 -
CMYK 0 0.67 0.85 0.13
HSL 12.45º 0.74% 0.5% -
HSV(B) 12.45º 0.85% 0.87% -
XYZ 32.41 20.12 3.61 -
YUV 112.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 221 72 33 0 0.67 0.85 0.13 12.45 0.74 0.5
Hex DD 48 21 0 43 55 D C 4A 32
Octal 335 110 41 0 103 125 15 14 112 62
Binary 11011101 1001000 100001 0 1000011 1010101 1101 1100 1001010 110010

Color Harmonies of #DD4821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4821

Black with #DD4821

Text Example


Text Example

White with #DD4821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4821; }

 p { color: rgb(221,72,33); }

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

background-color css

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

 a { background-color: rgb(221,72,33); }

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

border-color css

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

 span { border-color: rgb(221,72,33); }

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