Html Css Color HEX #DD483B Cinnabar

📋 copy color: '#DD483B'

red 221 ◦ green 72 ◦ blue 59

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

Shades of Cinnabar #DD483B

Tints of Cinnabar #DD483B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.76%

R = 62.78%
G = 20.45%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD483B (or 0xDD483B) is known color: Cinnabar. HEX triplet: DD, 48 and 3B. RGB value is (221,72,59). Sum of RGB (Red+Green+Blue) = 221+72+59=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD483B is #22B7C4. Grayscale: #737373. Windows color (decimal): -2275269 or 3885277. OLE color: 3885277.

HSL color Cylindrical-coordinate representation of color #DD483B: hue angle of 4.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD483B is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 59 -
CMYK 0 0.67 0.73 0.13
HSL 4.81º 0.7% 0.55% -
HSV(B) 4.81º 0.73% 0.87% -
XYZ 32.93 20.32 6.32 -
YUV 115.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 221 72 59 0 0.67 0.73 0.13 4.81 0.7 0.55
Hex DD 48 3B 0 43 49 D 5 46 37
Octal 335 110 73 0 103 111 15 5 106 67
Binary 11011101 1001000 111011 0 1000011 1001001 1101 101 1000110 110111

Color Harmonies of #DD483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD483B

Black with #DD483B

Text Example


Text Example

White with #DD483B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD483B; }

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

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

background-color css

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

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

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

border-color css

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

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

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