Html Css Color HEX #DD4726 Cinnabar

📋 copy color: '#DD4726'

red 221 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #DD4726

Tints of Cinnabar #DD4726

RGB

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

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

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

R = 66.97%
G = 21.52%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD4726 (or 0xDD4726) is known color: Cinnabar. HEX triplet: DD, 47 and 26. RGB value is (221,71,38). Sum of RGB (Red+Green+Blue) = 221+71+38=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 38 (15.23% from 255 or 11.52% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4726 is #22B8D9. Grayscale: #707070. Windows color (decimal): -2275546 or 2508765. OLE color: 2508765.

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

Color convert

RGB 221 71 38 -
CMYK 0 0.68 0.83 0.13
HSL 10.82º 0.73% 0.51% -
HSV(B) 10.82º 0.83% 0.87% -
XYZ 32.42 20.02 3.99 -
YUV 112.09 86.2 205.68 -
System Red Green Blue C M Y K H S L
Decimal 221 71 38 0 0.68 0.83 0.13 10.82 0.73 0.51
Hex DD 47 26 0 44 53 D B 49 33
Octal 335 107 46 0 104 123 15 13 111 63
Binary 11011101 1000111 100110 0 1000100 1010011 1101 1011 1001001 110011

Color Harmonies of #DD4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4726

Black with #DD4726

Text Example


Text Example

White with #DD4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4726; }

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

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

background-color css

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

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

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

border-color css

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

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

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