Html Css Color HEX #DD4E2C Cinnabar

📋 copy color: '#DD4E2C'

red 221 ◦ green 78 ◦ blue 44

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

Shades of Cinnabar #DD4E2C

Tints of Cinnabar #DD4E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.74%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 64.43%
G = 22.74%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD4E2C (or 0xDD4E2C) is known color: Cinnabar. HEX triplet: DD, 4E and 2C. RGB value is (221,78,44). Sum of RGB (Red+Green+Blue) = 221+78+44=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E2C is #22B1D3. Grayscale: #757575. Windows color (decimal): -2273748 or 2903773. OLE color: 2903773.

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

Color convert

RGB 221 78 44 -
CMYK 0 0.65 0.80 0.13
HSL 11.53º 0.72% 0.52% -
HSV(B) 11.53º 0.8% 0.87% -
XYZ 33 21 4.7 -
YUV 116.88 86.88 202.26 -
System Red Green Blue C M Y K H S L
Decimal 221 78 44 0 0.65 0.80 0.13 11.53 0.72 0.52
Hex DD 4E 2C 0 41 50 D C 48 34
Octal 335 116 54 0 101 120 15 14 110 64
Binary 11011101 1001110 101100 0 1000001 1010000 1101 1100 1001000 110100

Color Harmonies of #DD4E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E2C

Black with #DD4E2C

Text Example


Text Example

White with #DD4E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E2C; }

 p { color: rgb(221,78,44); }

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

background-color css

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

 a { background-color: rgb(221,78,44); }

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

border-color css

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

 span { border-color: rgb(221,78,44); }

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