Html Css Color HEX #DD4727 Cinnabar

📋 copy color: '#DD4727'

red 221 ◦ green 71 ◦ blue 39

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

Shades of Cinnabar #DD4727

Tints of Cinnabar #DD4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.78%

R = 66.77%
G = 21.45%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4727 (or 0xDD4727) is known color: Cinnabar. HEX triplet: DD, 47 and 27. RGB value is (221,71,39). Sum of RGB (Red+Green+Blue) = 221+71+39=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4727 is #22B8D8. Grayscale: #707070. Windows color (decimal): -2275545 or 2574301. OLE color: 2574301.

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

Color convert

RGB 221 71 39 -
CMYK 0 0.68 0.82 0.13
HSL 10.55º 0.73% 0.51% -
HSV(B) 10.55º 0.82% 0.87% -
XYZ 32.44 20.03 4.08 -
YUV 112.2 86.7 205.6 -
System Red Green Blue C M Y K H S L
Decimal 221 71 39 0 0.68 0.82 0.13 10.55 0.73 0.51
Hex DD 47 27 0 44 52 D B 49 33
Octal 335 107 47 0 104 122 15 13 111 63
Binary 11011101 1000111 100111 0 1000100 1010010 1101 1011 1001001 110011

Color Harmonies of #DD4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4727

Black with #DD4727

Text Example


Text Example

White with #DD4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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