Html Css Color HEX #DD4D38 Cinnabar

📋 copy color: '#DD4D38'

red 221 ◦ green 77 ◦ blue 56

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

Shades of Cinnabar #DD4D38

Tints of Cinnabar #DD4D38

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 62.43%
G = 21.75%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4D38 (or 0xDD4D38) is known color: Cinnabar. HEX triplet: DD, 4D and 38. RGB value is (221,77,56). Sum of RGB (Red+Green+Blue) = 221+77+56=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D38 is #22B2C7. Grayscale: #757575. Windows color (decimal): -2273992 or 3689949. OLE color: 3689949.

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

Color convert

RGB 221 77 56 -
CMYK 0 0.65 0.75 0.13
HSL 7.64º 0.71% 0.54% -
HSV(B) 7.64º 0.75% 0.87% -
XYZ 33.19 20.97 6.04 -
YUV 117.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 221 77 56 0 0.65 0.75 0.13 7.64 0.71 0.54
Hex DD 4D 38 0 41 4B D 8 47 36
Octal 335 115 70 0 101 113 15 10 107 66
Binary 11011101 1001101 111000 0 1000001 1001011 1101 1000 1000111 110110

Color Harmonies of #DD4D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D38

Black with #DD4D38

Text Example


Text Example

White with #DD4D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D38; }

 p { color: rgb(221,77,56); }

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

background-color css

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

 a { background-color: rgb(221,77,56); }

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

border-color css

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

 span { border-color: rgb(221,77,56); }

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