Html Css Color HEX #DD492E Cinnabar

📋 copy color: '#DD492E'

red 221 ◦ green 73 ◦ blue 46

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

Shades of Cinnabar #DD492E

Tints of Cinnabar #DD492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 65%
G = 21.47%
B = 13.53%

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

#DD492E (or 0xDD492E) is known color: Cinnabar. HEX triplet: DD, 49 and 2E. RGB value is (221,73,46). Sum of RGB (Red+Green+Blue) = 221+73+46=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD492E is #22B6D1. Grayscale: #727272. Windows color (decimal): -2275026 or 3033565. OLE color: 3033565.

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

Color convert

RGB 221 73 46 -
CMYK 0 0.67 0.79 0.13
HSL 9.26º 0.72% 0.52% -
HSV(B) 9.26º 0.79% 0.87% -
XYZ 32.69 20.33 4.79 -
YUV 114.17 89.53 204.2 -
System Red Green Blue C M Y K H S L
Decimal 221 73 46 0 0.67 0.79 0.13 9.26 0.72 0.52
Hex DD 49 2E 0 43 4F D 9 48 34
Octal 335 111 56 0 103 117 15 11 110 64
Binary 11011101 1001001 101110 0 1000011 1001111 1101 1001 1001000 110100

Color Harmonies of #DD492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD492E

Black with #DD492E

Text Example


Text Example

White with #DD492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD492E; }

 p { color: rgb(221,73,46); }

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

background-color css

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

 a { background-color: rgb(221,73,46); }

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

border-color css

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

 span { border-color: rgb(221,73,46); }

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