Html Css Color HEX #DD4428 Cinnabar

📋 copy color: '#DD4428'

red 221 ◦ green 68 ◦ blue 40

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

Shades of Cinnabar #DD4428

Tints of Cinnabar #DD4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 67.17%
G = 20.67%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD4428 (or 0xDD4428) is known color: Cinnabar. HEX triplet: DD, 44 and 28. RGB value is (221,68,40). Sum of RGB (Red+Green+Blue) = 221+68+40=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4428 is #22BBD7. Grayscale: #6E6E6E. Windows color (decimal): -2276312 or 2639069. OLE color: 2639069.

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

Color convert

RGB 221 68 40 -
CMYK 0 0.69 0.82 0.13
HSL 9.28º 0.73% 0.51% -
HSV(B) 9.28º 0.82% 0.87% -
XYZ 32.27 19.66 4.1 -
YUV 110.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 221 68 40 0 0.69 0.82 0.13 9.28 0.73 0.51
Hex DD 44 28 0 45 52 D 9 49 33
Octal 335 104 50 0 105 122 15 11 111 63
Binary 11011101 1000100 101000 0 1000101 1010010 1101 1001 1001001 110011

Color Harmonies of #DD4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4428

Black with #DD4428

Text Example


Text Example

White with #DD4428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4428; }

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

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

background-color css

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

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

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

border-color css

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

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

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