Html Css Color HEX #DD4F34 Cinnabar

📋 copy color: '#DD4F34'

red 221 ◦ green 79 ◦ blue 52

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

Shades of Cinnabar #DD4F34

Tints of Cinnabar #DD4F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 62.78%
G = 22.44%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4F34 (or 0xDD4F34) is known color: Cinnabar. HEX triplet: DD, 4F and 34. RGB value is (221,79,52). Sum of RGB (Red+Green+Blue) = 221+79+52=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F34 is #22B0CB. Grayscale: #767676. Windows color (decimal): -2273484 or 3428317. OLE color: 3428317.

HSL color Cylindrical-coordinate representation of color #DD4F34: hue angle of 9.59º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD4F34 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 52 -
CMYK 0 0.64 0.76 0.13
HSL 9.59º 0.71% 0.54% -
HSV(B) 9.59º 0.76% 0.87% -
XYZ 33.23 21.21 5.59 -
YUV 118.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 221 79 52 0 0.64 0.76 0.13 9.59 0.71 0.54
Hex DD 4F 34 0 40 4C D A 47 36
Octal 335 117 64 0 100 114 15 12 107 66
Binary 11011101 1001111 110100 0 1000000 1001100 1101 1010 1000111 110110

Color Harmonies of #DD4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F34

Black with #DD4F34

Text Example


Text Example

White with #DD4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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