Html Css Color HEX #DD4740 Cinnabar

📋 copy color: '#DD4740'

red 221 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #DD4740

Tints of Cinnabar #DD4740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.98%

R = 62.08%
G = 19.94%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4740 (or 0xDD4740) is known color: Cinnabar. HEX triplet: DD, 47 and 40. RGB value is (221,71,64). Sum of RGB (Red+Green+Blue) = 221+71+64=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4740 is #22B8BF. Grayscale: #737373. Windows color (decimal): -2275520 or 4212701. OLE color: 4212701.

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

Color convert

RGB 221 71 64 -
CMYK 0 0.68 0.71 0.13
HSL 2.68º 0.7% 0.56% -
HSV(B) 2.68º 0.71% 0.87% -
XYZ 33 20.25 7.02 -
YUV 115.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 221 71 64 0 0.68 0.71 0.13 2.68 0.7 0.56
Hex DD 47 40 0 44 47 D 3 46 38
Octal 335 107 100 0 104 107 15 3 106 70
Binary 11011101 1000111 1000000 0 1000100 1000111 1101 11 1000110 111000

Color Harmonies of #DD4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4740

Black with #DD4740

Text Example


Text Example

White with #DD4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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