Html Css Color HEX #DD5031 Cinnabar

📋 copy color: '#DD5031'

red 221 ◦ green 80 ◦ blue 49

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

Shades of Cinnabar #DD5031

Tints of Cinnabar #DD5031

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

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

R = 63.14%
G = 22.86%
B = 14%

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

#DD5031 (or 0xDD5031) is known color: Cinnabar. HEX triplet: DD, 50 and 31. RGB value is (221,80,49). Sum of RGB (Red+Green+Blue) = 221+80+49=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5031 is #22AFCE. Grayscale: #767676. Windows color (decimal): -2273231 or 3231965. OLE color: 3231965.

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

Color convert

RGB 221 80 49 -
CMYK 0 0.64 0.78 0.13
HSL 10.81º 0.72% 0.53% -
HSV(B) 10.81º 0.78% 0.87% -
XYZ 33.24 21.33 5.27 -
YUV 118.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 221 80 49 0 0.64 0.78 0.13 10.81 0.72 0.53
Hex DD 50 31 0 40 4E D B 48 35
Octal 335 120 61 0 100 116 15 13 110 65
Binary 11011101 1010000 110001 0 1000000 1001110 1101 1011 1001000 110101

Color Harmonies of #DD5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5031

Black with #DD5031

Text Example


Text Example

White with #DD5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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