Html Css Color HEX #DD4744 Cinnabar

📋 copy color: '#DD4744'

red 221 ◦ green 71 ◦ blue 68

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

Shades of Cinnabar #DD4744

Tints of Cinnabar #DD4744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.72%

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

R = 61.39%
G = 19.72%
B = 18.89%

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

#DD4744 (or 0xDD4744) is known color: Cinnabar. HEX triplet: DD, 47 and 44. RGB value is (221,71,68). Sum of RGB (Red+Green+Blue) = 221+71+68=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4744 is #22B8BB. Grayscale: #737373. Windows color (decimal): -2275516 or 4474845. OLE color: 4474845.

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

Color convert

RGB 221 71 68 -
CMYK 0 0.68 0.69 0.13
HSL 1.18º 0.69% 0.57% -
HSV(B) 1.18º 0.69% 0.87% -
XYZ 33.12 20.3 7.64 -
YUV 115.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 221 71 68 0 0.68 0.69 0.13 1.18 0.69 0.57
Hex DD 47 44 0 44 45 D 1 45 39
Octal 335 107 104 0 104 105 15 1 105 71
Binary 11011101 1000111 1000100 0 1000100 1000101 1101 1 1000101 111001

Color Harmonies of #DD4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4744

Black with #DD4744

Text Example


Text Example

White with #DD4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4744; }

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

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

background-color css

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

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

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

border-color css

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

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

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