Html Css Color HEX #DD4940 Cinnabar

📋 copy color: '#DD4940'

red 221 ◦ green 73 ◦ blue 64

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

Shades of Cinnabar #DD4940

Tints of Cinnabar #DD4940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.39%

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

R = 61.73%
G = 20.39%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD4940 (or 0xDD4940) is known color: Cinnabar. HEX triplet: DD, 49 and 40. RGB value is (221,73,64). Sum of RGB (Red+Green+Blue) = 221+73+64=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4940 is #22B6BF. Grayscale: #747474. Windows color (decimal): -2275008 or 4213213. OLE color: 4213213.

HSL color Cylindrical-coordinate representation of color #DD4940: hue angle of 3.44º 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 #DD4940 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 64 -
CMYK 0 0.67 0.71 0.13
HSL 3.44º 0.7% 0.56% -
HSV(B) 3.44º 0.71% 0.87% -
XYZ 33.13 20.51 7.06 -
YUV 116.23 98.53 202.73 -
System Red Green Blue C M Y K H S L
Decimal 221 73 64 0 0.67 0.71 0.13 3.44 0.7 0.56
Hex DD 49 40 0 43 47 D 3 46 38
Octal 335 111 100 0 103 107 15 3 106 70
Binary 11011101 1001001 1000000 0 1000011 1000111 1101 11 1000110 111000

Color Harmonies of #DD4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4940

Black with #DD4940

Text Example


Text Example

White with #DD4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4940; }

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

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

background-color css

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

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

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

border-color css

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

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

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