Html Css Color HEX #DD4745 Cinnabar

📋 copy color: '#DD4745'

red 221 ◦ green 71 ◦ blue 69

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

Shades of Cinnabar #DD4745

Tints of Cinnabar #DD4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.67%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 61.22%
G = 19.67%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD4745 (or 0xDD4745) is known color: Cinnabar. HEX triplet: DD, 47 and 45. RGB value is (221,71,69). Sum of RGB (Red+Green+Blue) = 221+71+69=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4745 is #22B8BA. Grayscale: #737373. Windows color (decimal): -2275515 or 4540381. OLE color: 4540381.

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

Color convert

RGB 221 71 69 -
CMYK 0 0.68 0.69 0.13
HSL 0.79º 0.69% 0.57% -
HSV(B) 0.79º 0.69% 0.87% -
XYZ 33.15 20.31 7.8 -
YUV 115.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 221 71 69 0 0.68 0.69 0.13 0.79 0.69 0.57
Hex DD 47 45 0 44 45 D 1 45 39
Octal 335 107 105 0 104 105 15 1 105 71
Binary 11011101 1000111 1000101 0 1000100 1000101 1101 1 1000101 111001

Color Harmonies of #DD4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4745

Black with #DD4745

Text Example


Text Example

White with #DD4745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4745; }

 p { color: rgb(221,71,69); }

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

background-color css

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

 a { background-color: rgb(221,71,69); }

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

border-color css

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

 span { border-color: rgb(221,71,69); }

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