Html Css Color HEX #DD441D Cinnabar

📋 copy color: '#DD441D'

red 221 ◦ green 68 ◦ blue 29

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

Shades of Cinnabar #DD441D

Tints of Cinnabar #DD441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 69.5%
G = 21.38%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD441D (or 0xDD441D) is known color: Cinnabar. HEX triplet: DD, 44 and 1D. RGB value is (221,68,29). Sum of RGB (Red+Green+Blue) = 221+68+29=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD441D is #22BBE2. Grayscale: #6D6D6D. Windows color (decimal): -2276323 or 1918173. OLE color: 1918173.

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

Color convert

RGB 221 68 29 -
CMYK 0 0.69 0.87 0.13
HSL 12.19º 0.77% 0.49% -
HSV(B) 12.19º 0.87% 0.87% -
XYZ 32.11 19.6 3.25 -
YUV 109.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 221 68 29 0 0.69 0.87 0.13 12.19 0.77 0.49
Hex DD 44 1D 0 45 57 D C 4D 31
Octal 335 104 35 0 105 127 15 14 115 61
Binary 11011101 1000100 11101 0 1000101 1010111 1101 1100 1001101 110001

Color Harmonies of #DD441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD441D

Black with #DD441D

Text Example


Text Example

White with #DD441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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