Html Css Color HEX #DD4C1C Cinnabar

📋 copy color: '#DD4C1C'

red 221 ◦ green 76 ◦ blue 28

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

Shades of Cinnabar #DD4C1C

Tints of Cinnabar #DD4C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 68%
G = 23.38%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD4C1C (or 0xDD4C1C) is known color: Cinnabar. HEX triplet: DD, 4C and 1C. RGB value is (221,76,28). Sum of RGB (Red+Green+Blue) = 221+76+28=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C1C is #22B3E3. Grayscale: #727272. Windows color (decimal): -2274276 or 1854685. OLE color: 1854685.

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

Color convert

RGB 221 76 28 -
CMYK 0 0.66 0.87 0.13
HSL 14.92º 0.78% 0.49% -
HSV(B) 14.92º 0.87% 0.87% -
XYZ 32.61 20.62 3.36 -
YUV 113.88 79.54 204.4 -
System Red Green Blue C M Y K H S L
Decimal 221 76 28 0 0.66 0.87 0.13 14.92 0.78 0.49
Hex DD 4C 1C 0 42 57 D F 4E 31
Octal 335 114 34 0 102 127 15 17 116 61
Binary 11011101 1001100 11100 0 1000010 1010111 1101 1111 1001110 110001

Color Harmonies of #DD4C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C1C

Black with #DD4C1C

Text Example


Text Example

White with #DD4C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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