Html Css Color HEX #DD4832 Cinnabar

📋 copy color: '#DD4832'

red 221 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #DD4832

Tints of Cinnabar #DD4832

RGB

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

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

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

R = 64.43%
G = 20.99%
B = 14.58%

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

#DD4832 (or 0xDD4832) is known color: Cinnabar. HEX triplet: DD, 48 and 32. RGB value is (221,72,50). Sum of RGB (Red+Green+Blue) = 221+72+50=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4832 is #22B7CD. Grayscale: #727272. Windows color (decimal): -2275278 or 3295453. OLE color: 3295453.

HSL color Cylindrical-coordinate representation of color #DD4832: hue angle of 7.72º 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 #DD4832 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 72 50 -
CMYK 0 0.67 0.77 0.13
HSL 7.72º 0.72% 0.53% -
HSV(B) 7.72º 0.77% 0.87% -
XYZ 32.71 20.24 5.2 -
YUV 114.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 221 72 50 0 0.67 0.77 0.13 7.72 0.72 0.53
Hex DD 48 32 0 43 4D D 8 48 35
Octal 335 110 62 0 103 115 15 10 110 65
Binary 11011101 1001000 110010 0 1000011 1001101 1101 1000 1001000 110101

Color Harmonies of #DD4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4832

Black with #DD4832

Text Example


Text Example

White with #DD4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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