Html Css Color HEX #DD4D26 Cinnabar

📋 copy color: '#DD4D26'

red 221 ◦ green 77 ◦ blue 38

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

Shades of Cinnabar #DD4D26

Tints of Cinnabar #DD4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.92%

 BLUE value IS 38 (15.23% from 255) = 11.31%

R = 65.77%
G = 22.92%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4D26 (or 0xDD4D26) is known color: Cinnabar. HEX triplet: DD, 4D and 26. RGB value is (221,77,38). Sum of RGB (Red+Green+Blue) = 221+77+38=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D26 is #22B2D9. Grayscale: #737373. Windows color (decimal): -2274010 or 2510301. OLE color: 2510301.

HSL color Cylindrical-coordinate representation of color #DD4D26: hue angle of 12.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD4D26 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 38 -
CMYK 0 0.65 0.83 0.13
HSL 12.79º 0.73% 0.51% -
HSV(B) 12.79º 0.83% 0.87% -
XYZ 32.82 20.82 4.12 -
YUV 115.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 221 77 38 0 0.65 0.83 0.13 12.79 0.73 0.51
Hex DD 4D 26 0 41 53 D D 49 33
Octal 335 115 46 0 101 123 15 15 111 63
Binary 11011101 1001101 100110 0 1000001 1010011 1101 1101 1001001 110011

Color Harmonies of #DD4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D26

Black with #DD4D26

Text Example


Text Example

White with #DD4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D26; }

 p { color: rgb(221,77,38); }

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

background-color css

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

 a { background-color: rgb(221,77,38); }

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

border-color css

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

 span { border-color: rgb(221,77,38); }

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