Html Css Color HEX #DD5135 Cinnabar

📋 copy color: '#DD5135'

red 221 ◦ green 81 ◦ blue 53

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

Shades of Cinnabar #DD5135

Tints of Cinnabar #DD5135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

 BLUE value IS 53 (21.09% from 255) = 14.93%

R = 62.25%
G = 22.82%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD5135 (or 0xDD5135) is known color: Cinnabar. HEX triplet: DD, 51 and 35. RGB value is (221,81,53). Sum of RGB (Red+Green+Blue) = 221+81+53=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5135 is #22AECA. Grayscale: #777777. Windows color (decimal): -2272971 or 3494365. OLE color: 3494365.

HSL color Cylindrical-coordinate representation of color #DD5135: hue angle of 10º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD5135 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 53 -
CMYK 0 0.63 0.76 0.13
HSL 10º 0.71% 0.54% -
HSV(B) 10º 0.76% 0.87% -
XYZ 33.4 21.51 5.76 -
YUV 119.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 221 81 53 0 0.63 0.76 0.13 10 0.71 0.54
Hex DD 51 35 0 3F 4C D A 47 36
Octal 335 121 65 0 77 114 15 12 107 66
Binary 11011101 1010001 110101 0 111111 1001100 1101 1010 1000111 110110

Color Harmonies of #DD5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5135

Black with #DD5135

Text Example


Text Example

White with #DD5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5135; }

 p { color: rgb(221,81,53); }

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

background-color css

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

 a { background-color: rgb(221,81,53); }

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

border-color css

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

 span { border-color: rgb(221,81,53); }

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