Html Css Color HEX #DD4440 Cinnabar

📋 copy color: '#DD4440'

red 221 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #DD4440

Tints of Cinnabar #DD4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.26%

 BLUE value IS 64 (25.39% from 255) = 18.13%

R = 62.61%
G = 19.26%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4440 (or 0xDD4440) is known color: Cinnabar. HEX triplet: DD, 44 and 40. RGB value is (221,68,64). Sum of RGB (Red+Green+Blue) = 221+68+64=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4440 is #22BBBF. Grayscale: #717171. Windows color (decimal): -2276288 or 4211933. OLE color: 4211933.

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

Color convert

RGB 221 68 64 -
CMYK 0 0.69 0.71 0.13
HSL 1.53º 0.7% 0.56% -
HSV(B) 1.53º 0.71% 0.87% -
XYZ 32.81 19.88 6.96 -
YUV 113.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 221 68 64 0 0.69 0.71 0.13 1.53 0.7 0.56
Hex DD 44 40 0 45 47 D 2 46 38
Octal 335 104 100 0 105 107 15 2 106 70
Binary 11011101 1000100 1000000 0 1000101 1000111 1101 10 1000110 111000

Color Harmonies of #DD4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4440

Black with #DD4440

Text Example


Text Example

White with #DD4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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