Html Css Color HEX #DD443A Cinnabar

📋 copy color: '#DD443A'

red 221 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #DD443A

Tints of Cinnabar #DD443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.71%

R = 63.69%
G = 19.6%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD443A (or 0xDD443A) is known color: Cinnabar. HEX triplet: DD, 44 and 3A. RGB value is (221,68,58). Sum of RGB (Red+Green+Blue) = 221+68+58=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD443A is #22BBC5. Grayscale: #707070. Windows color (decimal): -2276294 or 3818717. OLE color: 3818717.

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

Color convert

RGB 221 68 58 -
CMYK 0 0.69 0.74 0.13
HSL 3.68º 0.71% 0.55% -
HSV(B) 3.68º 0.74% 0.87% -
XYZ 32.65 19.81 6.11 -
YUV 112.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 221 68 58 0 0.69 0.74 0.13 3.68 0.71 0.55
Hex DD 44 3A 0 45 4A D 4 47 37
Octal 335 104 72 0 105 112 15 4 107 67
Binary 11011101 1000100 111010 0 1000101 1001010 1101 100 1000111 110111

Color Harmonies of #DD443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD443A

Black with #DD443A

Text Example


Text Example

White with #DD443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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