Html Css Color HEX #DD4F28 Cinnabar

📋 copy color: '#DD4F28'

red 221 ◦ green 79 ◦ blue 40

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

Shades of Cinnabar #DD4F28

Tints of Cinnabar #DD4F28

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 65%
G = 23.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4F28 (or 0xDD4F28) is known color: Cinnabar. HEX triplet: DD, 4F and 28. RGB value is (221,79,40). Sum of RGB (Red+Green+Blue) = 221+79+40=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4F28 is #22B0D7. Grayscale: #757575. Windows color (decimal): -2273496 or 2641885. OLE color: 2641885.

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

Color convert

RGB 221 79 40 -
CMYK 0 0.64 0.82 0.13
HSL 12.93º 0.73% 0.51% -
HSV(B) 12.93º 0.82% 0.87% -
XYZ 33 21.12 4.34 -
YUV 117.01 84.54 202.17 -
System Red Green Blue C M Y K H S L
Decimal 221 79 40 0 0.64 0.82 0.13 12.93 0.73 0.51
Hex DD 4F 28 0 40 52 D D 49 33
Octal 335 117 50 0 100 122 15 15 111 63
Binary 11011101 1001111 101000 0 1000000 1010010 1101 1101 1001001 110011

Color Harmonies of #DD4F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F28

Black with #DD4F28

Text Example


Text Example

White with #DD4F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F28; }

 p { color: rgb(221,79,40); }

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

background-color css

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

 a { background-color: rgb(221,79,40); }

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

border-color css

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

 span { border-color: rgb(221,79,40); }

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