Html Css Color HEX #DD4738 Cinnabar

📋 copy color: '#DD4738'

red 221 ◦ green 71 ◦ blue 56

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

Shades of Cinnabar #DD4738

Tints of Cinnabar #DD4738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 63.51%
G = 20.4%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4738 (or 0xDD4738) is known color: Cinnabar. HEX triplet: DD, 47 and 38. RGB value is (221,71,56). Sum of RGB (Red+Green+Blue) = 221+71+56=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4738 is #22B8C7. Grayscale: #727272. Windows color (decimal): -2275528 or 3688413. OLE color: 3688413.

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

Color convert

RGB 221 71 56 -
CMYK 0 0.68 0.75 0.13
HSL 5.45º 0.71% 0.54% -
HSV(B) 5.45º 0.75% 0.87% -
XYZ 32.79 20.16 5.91 -
YUV 114.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 221 71 56 0 0.68 0.75 0.13 5.45 0.71 0.54
Hex DD 47 38 0 44 4B D 5 47 36
Octal 335 107 70 0 104 113 15 5 107 66
Binary 11011101 1000111 111000 0 1000100 1001011 1101 101 1000111 110110

Color Harmonies of #DD4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4738

Black with #DD4738

Text Example


Text Example

White with #DD4738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4738; }

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

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

background-color css

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

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

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

border-color css

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

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

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