Html Css Color HEX #DD4644 Cinnabar

📋 copy color: '#DD4644'

red 221 ◦ green 70 ◦ blue 68

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

Shades of Cinnabar #DD4644

Tints of Cinnabar #DD4644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 61.56%
G = 19.5%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4644 (or 0xDD4644) is known color: Cinnabar. HEX triplet: DD, 46 and 44. RGB value is (221,70,68). Sum of RGB (Red+Green+Blue) = 221+70+68=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4644 is #22B9BB. Grayscale: #737373. Windows color (decimal): -2275772 or 4474589. OLE color: 4474589.

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

Color convert

RGB 221 70 68 -
CMYK 0 0.68 0.69 0.13
HSL 0.78º 0.69% 0.57% -
HSV(B) 0.78º 0.69% 0.87% -
XYZ 33.05 20.17 7.62 -
YUV 114.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 221 70 68 0 0.68 0.69 0.13 0.78 0.69 0.57
Hex DD 46 44 0 44 45 D 1 45 39
Octal 335 106 104 0 104 105 15 1 105 71
Binary 11011101 1000110 1000100 0 1000100 1000101 1101 1 1000101 111001

Color Harmonies of #DD4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4644

Black with #DD4644

Text Example


Text Example

White with #DD4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4644; }

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

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

background-color css

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

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

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

border-color css

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

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

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