Html Css Color HEX #DD4844 Cinnabar

📋 copy color: '#DD4844'

red 221 ◦ green 72 ◦ blue 68

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

Shades of Cinnabar #DD4844

Tints of Cinnabar #DD4844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

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

R = 61.22%
G = 19.94%
B = 18.84%

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

#DD4844 (or 0xDD4844) is known color: Cinnabar. HEX triplet: DD, 48 and 44. RGB value is (221,72,68). Sum of RGB (Red+Green+Blue) = 221+72+68=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4844 is #22B7BB. Grayscale: #747474. Windows color (decimal): -2275260 or 4475101. OLE color: 4475101.

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

Color convert

RGB 221 72 68 -
CMYK 0 0.67 0.69 0.13
HSL 1.57º 0.69% 0.57% -
HSV(B) 1.57º 0.69% 0.87% -
XYZ 33.18 20.42 7.66 -
YUV 116.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 221 72 68 0 0.67 0.69 0.13 1.57 0.69 0.57
Hex DD 48 44 0 43 45 D 2 45 39
Octal 335 110 104 0 103 105 15 2 105 71
Binary 11011101 1001000 1000100 0 1000011 1000101 1101 10 1000101 111001

Color Harmonies of #DD4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4844

Black with #DD4844

Text Example


Text Example

White with #DD4844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4844; }

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

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

background-color css

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

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

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

border-color css

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

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

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