Html Css Color HEX #DD4127 Cinnabar

📋 copy color: '#DD4127'

red 221 ◦ green 65 ◦ blue 39

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

Shades of Cinnabar #DD4127

Tints of Cinnabar #DD4127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

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

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4127 (or 0xDD4127) is known color: Cinnabar. HEX triplet: DD, 41 and 27. RGB value is (221,65,39). Sum of RGB (Red+Green+Blue) = 221+65+39=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4127 is #22BED8. Grayscale: #6C6C6C. Windows color (decimal): -2277081 or 2572765. OLE color: 2572765.

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

Color convert

RGB 221 65 39 -
CMYK 0 0.71 0.82 0.13
HSL 8.57º 0.73% 0.51% -
HSV(B) 8.57º 0.82% 0.87% -
XYZ 32.08 19.3 3.95 -
YUV 108.68 88.68 208.11 -
System Red Green Blue C M Y K H S L
Decimal 221 65 39 0 0.71 0.82 0.13 8.57 0.73 0.51
Hex DD 41 27 0 47 52 D 9 49 33
Octal 335 101 47 0 107 122 15 11 111 63
Binary 11011101 1000001 100111 0 1000111 1010010 1101 1001 1001001 110011

Color Harmonies of #DD4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4127

Black with #DD4127

Text Example


Text Example

White with #DD4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4127; }

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

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

background-color css

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

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

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

border-color css

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

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

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