Html Css Color HEX #DD4C31 Cinnabar

📋 copy color: '#DD4C31'

red 221 ◦ green 76 ◦ blue 49

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

Shades of Cinnabar #DD4C31

Tints of Cinnabar #DD4C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 63.87%
G = 21.97%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4C31 (or 0xDD4C31) is known color: Cinnabar. HEX triplet: DD, 4C and 31. RGB value is (221,76,49). Sum of RGB (Red+Green+Blue) = 221+76+49=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C31 is #22B3CE. Grayscale: #747474. Windows color (decimal): -2274255 or 3230941. OLE color: 3230941.

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

Color convert

RGB 221 76 49 -
CMYK 0 0.66 0.78 0.13
HSL 9.42º 0.72% 0.53% -
HSV(B) 9.42º 0.78% 0.87% -
XYZ 32.96 20.76 5.18 -
YUV 116.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 221 76 49 0 0.66 0.78 0.13 9.42 0.72 0.53
Hex DD 4C 31 0 42 4E D 9 48 35
Octal 335 114 61 0 102 116 15 11 110 65
Binary 11011101 1001100 110001 0 1000010 1001110 1101 1001 1001000 110101

Color Harmonies of #DD4C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C31

Black with #DD4C31

Text Example


Text Example

White with #DD4C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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