Html Css Color HEX #DD4938 Cinnabar

📋 copy color: '#DD4938'

red 221 ◦ green 73 ◦ blue 56

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

Shades of Cinnabar #DD4938

Tints of Cinnabar #DD4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 63.14%
G = 20.86%
B = 16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD4938 (or 0xDD4938) is known color: Cinnabar. HEX triplet: DD, 49 and 38. RGB value is (221,73,56). Sum of RGB (Red+Green+Blue) = 221+73+56=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4938 is #22B6C7. Grayscale: #737373. Windows color (decimal): -2275016 or 3688925. OLE color: 3688925.

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

Color convert

RGB 221 73 56 -
CMYK 0 0.67 0.75 0.13
HSL 6.18º 0.71% 0.54% -
HSV(B) 6.18º 0.75% 0.87% -
XYZ 32.92 20.42 5.95 -
YUV 115.31 94.53 203.38 -
System Red Green Blue C M Y K H S L
Decimal 221 73 56 0 0.67 0.75 0.13 6.18 0.71 0.54
Hex DD 49 38 0 43 4B D 6 47 36
Octal 335 111 70 0 103 113 15 6 107 66
Binary 11011101 1001001 111000 0 1000011 1001011 1101 110 1000111 110110

Color Harmonies of #DD4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4938

Black with #DD4938

Text Example


Text Example

White with #DD4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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