Html Css Color HEX #DD4944 Cinnabar

📋 copy color: '#DD4944'

red 221 ◦ green 73 ◦ blue 68

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

Shades of Cinnabar #DD4944

Tints of Cinnabar #DD4944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.17%

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

R = 61.05%
G = 20.17%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4944 (or 0xDD4944) is known color: Cinnabar. HEX triplet: DD, 49 and 44. RGB value is (221,73,68). Sum of RGB (Red+Green+Blue) = 221+73+68=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4944 is #22B6BB. Grayscale: #747474. Windows color (decimal): -2275004 or 4475357. OLE color: 4475357.

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

Color convert

RGB 221 73 68 -
CMYK 0 0.67 0.69 0.13
HSL 1.96º 0.69% 0.57% -
HSV(B) 1.96º 0.69% 0.87% -
XYZ 33.24 20.55 7.68 -
YUV 116.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 221 73 68 0 0.67 0.69 0.13 1.96 0.69 0.57
Hex DD 49 44 0 43 45 D 2 45 39
Octal 335 111 104 0 103 105 15 2 105 71
Binary 11011101 1001001 1000100 0 1000011 1000101 1101 10 1000101 111001

Color Harmonies of #DD4944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4944

Black with #DD4944

Text Example


Text Example

White with #DD4944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4944; }

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

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

background-color css

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

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

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

border-color css

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

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

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