Html Css Color HEX #DD4620 Cinnabar

📋 copy color: '#DD4620'

red 221 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #DD4620

Tints of Cinnabar #DD4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 68.42%
G = 21.67%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD4620 (or 0xDD4620) is known color: Cinnabar. HEX triplet: DD, 46 and 20. RGB value is (221,70,32). Sum of RGB (Red+Green+Blue) = 221+70+32=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4620 is #22B9DF. Grayscale: #6F6F6F. Windows color (decimal): -2275808 or 2115293. OLE color: 2115293.

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

Color convert

RGB 221 70 32 -
CMYK 0 0.68 0.86 0.13
HSL 12.06º 0.75% 0.5% -
HSV(B) 12.06º 0.86% 0.87% -
XYZ 32.27 19.86 3.5 -
YUV 110.82 83.53 206.59 -
System Red Green Blue C M Y K H S L
Decimal 221 70 32 0 0.68 0.86 0.13 12.06 0.75 0.5
Hex DD 46 20 0 44 56 D C 4B 32
Octal 335 106 40 0 104 126 15 14 113 62
Binary 11011101 1000110 100000 0 1000100 1010110 1101 1100 1001011 110010

Color Harmonies of #DD4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4620

Black with #DD4620

Text Example


Text Example

White with #DD4620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4620; }

 p { color: rgb(221,70,32); }

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

background-color css

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

 a { background-color: rgb(221,70,32); }

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

border-color css

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

 span { border-color: rgb(221,70,32); }

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