Html Css Color HEX #DD4D31 Cinnabar

📋 copy color: '#DD4D31'

red 221 ◦ green 77 ◦ blue 49

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

Shades of Cinnabar #DD4D31

Tints of Cinnabar #DD4D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.12%

R = 63.69%
G = 22.19%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4D31 (or 0xDD4D31) is known color: Cinnabar. HEX triplet: DD, 4D and 31. RGB value is (221,77,49). Sum of RGB (Red+Green+Blue) = 221+77+49=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D31 is #22B2CE. Grayscale: #757575. Windows color (decimal): -2273999 or 3231197. OLE color: 3231197.

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

Color convert

RGB 221 77 49 -
CMYK 0 0.65 0.78 0.13
HSL 9.77º 0.72% 0.53% -
HSV(B) 9.77º 0.78% 0.87% -
XYZ 33.03 20.9 5.2 -
YUV 116.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 221 77 49 0 0.65 0.78 0.13 9.77 0.72 0.53
Hex DD 4D 31 0 41 4E D A 48 35
Octal 335 115 61 0 101 116 15 12 110 65
Binary 11011101 1001101 110001 0 1000001 1001110 1101 1010 1001000 110101

Color Harmonies of #DD4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D31

Black with #DD4D31

Text Example


Text Example

White with #DD4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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