Html Css Color HEX #DD4F33 Cinnabar

📋 copy color: '#DD4F33'

red 221 ◦ green 79 ◦ blue 51

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

Shades of Cinnabar #DD4F33

Tints of Cinnabar #DD4F33

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.51%

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 62.96%
G = 22.51%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD4F33 (or 0xDD4F33) is known color: Cinnabar. HEX triplet: DD, 4F and 33. RGB value is (221,79,51). Sum of RGB (Red+Green+Blue) = 221+79+51=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F33 is #22B0CC. Grayscale: #767676. Windows color (decimal): -2273485 or 3362781. OLE color: 3362781.

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

Color convert

RGB 221 79 51 -
CMYK 0 0.64 0.77 0.13
HSL 9.88º 0.71% 0.53% -
HSV(B) 9.88º 0.77% 0.87% -
XYZ 33.21 21.2 5.47 -
YUV 118.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 221 79 51 0 0.64 0.77 0.13 9.88 0.71 0.53
Hex DD 4F 33 0 40 4D D A 47 35
Octal 335 117 63 0 100 115 15 12 107 65
Binary 11011101 1001111 110011 0 1000000 1001101 1101 1010 1000111 110101

Color Harmonies of #DD4F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F33

Black with #DD4F33

Text Example


Text Example

White with #DD4F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F33; }

 p { color: rgb(221,79,51); }

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

background-color css

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

 a { background-color: rgb(221,79,51); }

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

border-color css

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

 span { border-color: rgb(221,79,51); }

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