Html Css Color HEX #DD4621 Cinnabar

📋 copy color: '#DD4621'

red 221 ◦ green 70 ◦ blue 33

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

Shades of Cinnabar #DD4621

Tints of Cinnabar #DD4621

RGB

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

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

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

R = 68.21%
G = 21.6%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD4621 (or 0xDD4621) is known color: Cinnabar. HEX triplet: DD, 46 and 21. RGB value is (221,70,33). Sum of RGB (Red+Green+Blue) = 221+70+33=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4621 is #22B9DE. Grayscale: #6F6F6F. Windows color (decimal): -2275807 or 2180829. OLE color: 2180829.

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

Color convert

RGB 221 70 33 -
CMYK 0 0.68 0.85 0.13
HSL 11.81º 0.74% 0.5% -
HSV(B) 11.81º 0.85% 0.87% -
XYZ 32.28 19.86 3.57 -
YUV 110.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 221 70 33 0 0.68 0.85 0.13 11.81 0.74 0.5
Hex DD 46 21 0 44 55 D C 4A 32
Octal 335 106 41 0 104 125 15 14 112 62
Binary 11011101 1000110 100001 0 1000100 1010101 1101 1100 1001010 110010

Color Harmonies of #DD4621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4621

Black with #DD4621

Text Example


Text Example

White with #DD4621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4621; }

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

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

background-color css

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

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

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

border-color css

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

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

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