Html Css Color HEX #DD4936 Cinnabar

📋 copy color: '#DD4936'

red 221 ◦ green 73 ◦ blue 54

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

Shades of Cinnabar #DD4936

Tints of Cinnabar #DD4936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.52%

R = 63.51%
G = 20.98%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD4936 (or 0xDD4936) is known color: Cinnabar. HEX triplet: DD, 49 and 36. RGB value is (221,73,54). Sum of RGB (Red+Green+Blue) = 221+73+54=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4936 is #22B6C9. Grayscale: #737373. Windows color (decimal): -2275018 or 3557853. OLE color: 3557853.

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

Color convert

RGB 221 73 54 -
CMYK 0 0.67 0.76 0.13
HSL 6.83º 0.71% 0.54% -
HSV(B) 6.83º 0.76% 0.87% -
XYZ 32.87 20.4 5.7 -
YUV 115.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 221 73 54 0 0.67 0.76 0.13 6.83 0.71 0.54
Hex DD 49 36 0 43 4C D 7 47 36
Octal 335 111 66 0 103 114 15 7 107 66
Binary 11011101 1001001 110110 0 1000011 1001100 1101 111 1000111 110110

Color Harmonies of #DD4936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4936

Black with #DD4936

Text Example


Text Example

White with #DD4936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4936; }

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

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

background-color css

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

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

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

border-color css

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

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

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