Html Css Color HEX #DD482F Cinnabar

📋 copy color: '#DD482F'

red 221 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #DD482F

Tints of Cinnabar #DD482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.82%

R = 65%
G = 21.18%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD482F (or 0xDD482F) is known color: Cinnabar. HEX triplet: DD, 48 and 2F. RGB value is (221,72,47). Sum of RGB (Red+Green+Blue) = 221+72+47=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD482F is #22B7D0. Grayscale: #717171. Windows color (decimal): -2275281 or 3098845. OLE color: 3098845.

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

Color convert

RGB 221 72 47 -
CMYK 0 0.67 0.79 0.13
HSL 8.62º 0.72% 0.53% -
HSV(B) 8.62º 0.79% 0.87% -
XYZ 32.65 20.21 4.87 -
YUV 113.7 90.36 204.53 -
System Red Green Blue C M Y K H S L
Decimal 221 72 47 0 0.67 0.79 0.13 8.62 0.72 0.53
Hex DD 48 2F 0 43 4F D 9 48 35
Octal 335 110 57 0 103 117 15 11 110 65
Binary 11011101 1001000 101111 0 1000011 1001111 1101 1001 1001000 110101

Color Harmonies of #DD482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD482F

Black with #DD482F

Text Example


Text Example

White with #DD482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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