Html Css Color HEX #DD4932 Cinnabar

📋 copy color: '#DD4932'

red 221 ◦ green 73 ◦ blue 50

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

Shades of Cinnabar #DD4932

Tints of Cinnabar #DD4932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.53%

R = 64.24%
G = 21.22%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4932 (or 0xDD4932) is known color: Cinnabar. HEX triplet: DD, 49 and 32. RGB value is (221,73,50). Sum of RGB (Red+Green+Blue) = 221+73+50=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4932 is #22B6CD. Grayscale: #727272. Windows color (decimal): -2275022 or 3295709. OLE color: 3295709.

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

Color convert

RGB 221 73 50 -
CMYK 0 0.67 0.77 0.13
HSL 8.07º 0.72% 0.53% -
HSV(B) 8.07º 0.77% 0.87% -
XYZ 32.78 20.37 5.22 -
YUV 114.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 221 73 50 0 0.67 0.77 0.13 8.07 0.72 0.53
Hex DD 49 32 0 43 4D D 8 48 35
Octal 335 111 62 0 103 115 15 10 110 65
Binary 11011101 1001001 110010 0 1000011 1001101 1101 1000 1001000 110101

Color Harmonies of #DD4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4932

Black with #DD4932

Text Example


Text Example

White with #DD4932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4932; }

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

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

background-color css

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

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

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

border-color css

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

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

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