Html Css Color HEX #DD4831 Cinnabar

📋 copy color: '#DD4831'

red 221 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #DD4831

Tints of Cinnabar #DD4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 64.62%
G = 21.05%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD4831 (or 0xDD4831) is known color: Cinnabar. HEX triplet: DD, 48 and 31. RGB value is (221,72,49). Sum of RGB (Red+Green+Blue) = 221+72+49=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4831 is #22B7CE. Grayscale: #727272. Windows color (decimal): -2275279 or 3229917. OLE color: 3229917.

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

Color convert

RGB 221 72 49 -
CMYK 0 0.67 0.78 0.13
HSL 8.02º 0.72% 0.53% -
HSV(B) 8.02º 0.78% 0.87% -
XYZ 32.69 20.23 5.09 -
YUV 113.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 221 72 49 0 0.67 0.78 0.13 8.02 0.72 0.53
Hex DD 48 31 0 43 4E D 8 48 35
Octal 335 110 61 0 103 116 15 10 110 65
Binary 11011101 1001000 110001 0 1000011 1001110 1101 1000 1001000 110101

Color Harmonies of #DD4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4831

Black with #DD4831

Text Example


Text Example

White with #DD4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4831; }

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

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

background-color css

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

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

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

border-color css

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

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

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