Html Css Color HEX #DD443C Cinnabar

📋 copy color: '#DD443C'

red 221 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DD443C

Tints of Cinnabar #DD443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.19%

R = 63.32%
G = 19.48%
B = 17.19%

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

#DD443C (or 0xDD443C) is known color: Cinnabar. HEX triplet: DD, 44 and 3C. RGB value is (221,68,60). Sum of RGB (Red+Green+Blue) = 221+68+60=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD443C is #22BBC3. Grayscale: #717171. Windows color (decimal): -2276292 or 3949789. OLE color: 3949789.

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

Color convert

RGB 221 68 60 -
CMYK 0 0.69 0.73 0.13
HSL 2.98º 0.7% 0.55% -
HSV(B) 2.98º 0.73% 0.87% -
XYZ 32.7 19.83 6.38 -
YUV 112.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 221 68 60 0 0.69 0.73 0.13 2.98 0.7 0.55
Hex DD 44 3C 0 45 49 D 3 46 37
Octal 335 104 74 0 105 111 15 3 106 67
Binary 11011101 1000100 111100 0 1000101 1001001 1101 11 1000110 110111

Color Harmonies of #DD443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD443C

Black with #DD443C

Text Example


Text Example

White with #DD443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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