Html Css Color HEX #DD4C2E Cinnabar

📋 copy color: '#DD4C2E'

red 221 ◦ green 76 ◦ blue 46

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

Shades of Cinnabar #DD4C2E

Tints of Cinnabar #DD4C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.41%

R = 64.43%
G = 22.16%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD4C2E (or 0xDD4C2E) is known color: Cinnabar. HEX triplet: DD, 4C and 2E. RGB value is (221,76,46). Sum of RGB (Red+Green+Blue) = 221+76+46=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C2E is #22B3D1. Grayscale: #747474. Windows color (decimal): -2274258 or 3034333. OLE color: 3034333.

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

Color convert

RGB 221 76 46 -
CMYK 0 0.66 0.79 0.13
HSL 10.29º 0.72% 0.52% -
HSV(B) 10.29º 0.79% 0.87% -
XYZ 32.9 20.74 4.85 -
YUV 115.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 221 76 46 0 0.66 0.79 0.13 10.29 0.72 0.52
Hex DD 4C 2E 0 42 4F D A 48 34
Octal 335 114 56 0 102 117 15 12 110 64
Binary 11011101 1001100 101110 0 1000010 1001111 1101 1010 1001000 110100

Color Harmonies of #DD4C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C2E

Black with #DD4C2E

Text Example


Text Example

White with #DD4C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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