Html Css Color HEX #DD483D Cinnabar

📋 copy color: '#DD483D'

red 221 ◦ green 72 ◦ blue 61

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

Shades of Cinnabar #DD483D

Tints of Cinnabar #DD483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 62.43%
G = 20.34%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD483D (or 0xDD483D) is known color: Cinnabar. HEX triplet: DD, 48 and 3D. RGB value is (221,72,61). Sum of RGB (Red+Green+Blue) = 221+72+61=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD483D is #22B7C2. Grayscale: #737373. Windows color (decimal): -2275267 or 4016349. OLE color: 4016349.

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

Color convert

RGB 221 72 61 -
CMYK 0 0.67 0.72 0.13
HSL 4.13º 0.7% 0.55% -
HSV(B) 4.13º 0.72% 0.87% -
XYZ 32.98 20.34 6.6 -
YUV 115.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 221 72 61 0 0.67 0.72 0.13 4.13 0.7 0.55
Hex DD 48 3D 0 43 48 D 4 46 37
Octal 335 110 75 0 103 110 15 4 106 67
Binary 11011101 1001000 111101 0 1000011 1001000 1101 100 1000110 110111

Color Harmonies of #DD483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD483D

Black with #DD483D

Text Example


Text Example

White with #DD483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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