Html Css Color HEX #DD4C34 Cinnabar

📋 copy color: '#DD4C34'

red 221 ◦ green 76 ◦ blue 52

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

Shades of Cinnabar #DD4C34

Tints of Cinnabar #DD4C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.78%

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

R = 63.32%
G = 21.78%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4C34 (or 0xDD4C34) is known color: Cinnabar. HEX triplet: DD, 4C and 34. RGB value is (221,76,52). Sum of RGB (Red+Green+Blue) = 221+76+52=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C34 is #22B3CB. Grayscale: #747474. Windows color (decimal): -2274252 or 3427549. OLE color: 3427549.

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

Color convert

RGB 221 76 52 -
CMYK 0 0.66 0.76 0.13
HSL 8.52º 0.71% 0.54% -
HSV(B) 8.52º 0.76% 0.87% -
XYZ 33.02 20.79 5.52 -
YUV 116.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 221 76 52 0 0.66 0.76 0.13 8.52 0.71 0.54
Hex DD 4C 34 0 42 4C D 9 47 36
Octal 335 114 64 0 102 114 15 11 107 66
Binary 11011101 1001100 110100 0 1000010 1001100 1101 1001 1000111 110110

Color Harmonies of #DD4C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C34

Black with #DD4C34

Text Example


Text Example

White with #DD4C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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