Html Css Color HEX #DD4422 Cinnabar

📋 copy color: '#DD4422'

red 221 ◦ green 68 ◦ blue 34

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

Shades of Cinnabar #DD4422

Tints of Cinnabar #DD4422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 68.42%
G = 21.05%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD4422 (or 0xDD4422) is known color: Cinnabar. HEX triplet: DD, 44 and 22. RGB value is (221,68,34). Sum of RGB (Red+Green+Blue) = 221+68+34=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4422 is #22BBDD. Grayscale: #6E6E6E. Windows color (decimal): -2276318 or 2245853. OLE color: 2245853.

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

Color convert

RGB 221 68 34 -
CMYK 0 0.69 0.85 0.13
HSL 10.91º 0.73% 0.5% -
HSV(B) 10.91º 0.85% 0.87% -
XYZ 32.17 19.62 3.6 -
YUV 109.87 85.19 207.26 -
System Red Green Blue C M Y K H S L
Decimal 221 68 34 0 0.69 0.85 0.13 10.91 0.73 0.5
Hex DD 44 22 0 45 55 D B 49 32
Octal 335 104 42 0 105 125 15 13 111 62
Binary 11011101 1000100 100010 0 1000101 1010101 1101 1011 1001001 110010

Color Harmonies of #DD4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4422

Black with #DD4422

Text Example


Text Example

White with #DD4422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4422; }

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

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

background-color css

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

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

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

border-color css

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

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

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