Html Css Color HEX #DD443E Cinnabar

📋 copy color: '#DD443E'

red 221 ◦ green 68 ◦ blue 62

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

Shades of Cinnabar #DD443E

Tints of Cinnabar #DD443E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.66%

R = 62.96%
G = 19.37%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD443E (or 0xDD443E) is known color: Cinnabar. HEX triplet: DD, 44 and 3E. RGB value is (221,68,62). Sum of RGB (Red+Green+Blue) = 221+68+62=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD443E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD443E is #22BBC1. Grayscale: #717171. Windows color (decimal): -2276290 or 4080861. OLE color: 4080861.

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

Color convert

RGB 221 68 62 -
CMYK 0 0.69 0.72 0.13
HSL 2.26º 0.7% 0.55% -
HSV(B) 2.26º 0.72% 0.87% -
XYZ 32.76 19.85 6.66 -
YUV 113.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 221 68 62 0 0.69 0.72 0.13 2.26 0.7 0.55
Hex DD 44 3E 0 45 48 D 2 46 37
Octal 335 104 76 0 105 110 15 2 106 67
Binary 11011101 1000100 111110 0 1000101 1001000 1101 10 1000110 110111

Color Harmonies of #DD443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD443E

Black with #DD443E

Text Example


Text Example

White with #DD443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD443E; }

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

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

background-color css

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

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

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

border-color css

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

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

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