Html Css Color HEX #DD443B Cinnabar

📋 copy color: '#DD443B'

red 221 ◦ green 68 ◦ blue 59

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

Shades of Cinnabar #DD443B

Tints of Cinnabar #DD443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 63.51%
G = 19.54%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD443B (or 0xDD443B) is known color: Cinnabar. HEX triplet: DD, 44 and 3B. RGB value is (221,68,59). Sum of RGB (Red+Green+Blue) = 221+68+59=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD443B is #22BBC4. Grayscale: #707070. Windows color (decimal): -2276293 or 3884253. OLE color: 3884253.

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

Color convert

RGB 221 68 59 -
CMYK 0 0.69 0.73 0.13
HSL 3.33º 0.7% 0.55% -
HSV(B) 3.33º 0.73% 0.87% -
XYZ 32.68 19.82 6.24 -
YUV 112.72 97.69 205.23 -
System Red Green Blue C M Y K H S L
Decimal 221 68 59 0 0.69 0.73 0.13 3.33 0.7 0.55
Hex DD 44 3B 0 45 49 D 3 46 37
Octal 335 104 73 0 105 111 15 3 106 67
Binary 11011101 1000100 111011 0 1000101 1001001 1101 11 1000110 110111

Color Harmonies of #DD443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD443B

Black with #DD443B

Text Example


Text Example

White with #DD443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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