Html Css Color HEX #DD502B Cinnabar

📋 copy color: '#DD502B'

red 221 ◦ green 80 ◦ blue 43

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

Shades of Cinnabar #DD502B

Tints of Cinnabar #DD502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.5%

R = 64.24%
G = 23.26%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD502B (or 0xDD502B) is known color: Cinnabar. HEX triplet: DD, 50 and 2B. RGB value is (221,80,43). Sum of RGB (Red+Green+Blue) = 221+80+43=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD502B is #22AFD4. Grayscale: #767676. Windows color (decimal): -2273237 or 2838749. OLE color: 2838749.

HSL color Cylindrical-coordinate representation of color #DD502B: hue angle of 12.47º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD502B is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 43 -
CMYK 0 0.64 0.81 0.13
HSL 12.47º 0.72% 0.52% -
HSV(B) 12.47º 0.81% 0.87% -
XYZ 33.12 21.28 4.65 -
YUV 117.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 221 80 43 0 0.64 0.81 0.13 12.47 0.72 0.52
Hex DD 50 2B 0 40 51 D C 48 34
Octal 335 120 53 0 100 121 15 14 110 64
Binary 11011101 1010000 101011 0 1000000 1010001 1101 1100 1001000 110100

Color Harmonies of #DD502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD502B

Black with #DD502B

Text Example


Text Example

White with #DD502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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