Html Css Color HEX #DD4F31 Cinnabar

📋 copy color: '#DD4F31'

red 221 ◦ green 79 ◦ blue 49

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

Shades of Cinnabar #DD4F31

Tints of Cinnabar #DD4F31

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

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

R = 63.32%
G = 22.64%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4F31 (or 0xDD4F31) is known color: Cinnabar. HEX triplet: DD, 4F and 31. RGB value is (221,79,49). Sum of RGB (Red+Green+Blue) = 221+79+49=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F31 is #22B0CE. Grayscale: #767676. Windows color (decimal): -2273487 or 3231709. OLE color: 3231709.

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

Color convert

RGB 221 79 49 -
CMYK 0 0.64 0.78 0.13
HSL 10.47º 0.72% 0.53% -
HSV(B) 10.47º 0.78% 0.87% -
XYZ 33.17 21.19 5.25 -
YUV 118.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 221 79 49 0 0.64 0.78 0.13 10.47 0.72 0.53
Hex DD 4F 31 0 40 4E D A 48 35
Octal 335 117 61 0 100 116 15 12 110 65
Binary 11011101 1001111 110001 0 1000000 1001110 1101 1010 1001000 110101

Color Harmonies of #DD4F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F31

Black with #DD4F31

Text Example


Text Example

White with #DD4F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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