Html Css Color HEX #DD4622 Cinnabar

📋 copy color: '#DD4622'

red 221 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #DD4622

Tints of Cinnabar #DD4622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 68%
G = 21.54%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD4622 (or 0xDD4622) is known color: Cinnabar. HEX triplet: DD, 46 and 22. RGB value is (221,70,34). Sum of RGB (Red+Green+Blue) = 221+70+34=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4622 is #22B9DD. Grayscale: #6F6F6F. Windows color (decimal): -2275806 or 2246365. OLE color: 2246365.

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

Color convert

RGB 221 70 34 -
CMYK 0 0.68 0.85 0.13
HSL 11.55º 0.73% 0.5% -
HSV(B) 11.55º 0.85% 0.87% -
XYZ 32.3 19.87 3.65 -
YUV 111.05 84.53 206.43 -
System Red Green Blue C M Y K H S L
Decimal 221 70 34 0 0.68 0.85 0.13 11.55 0.73 0.5
Hex DD 46 22 0 44 55 D C 49 32
Octal 335 106 42 0 104 125 15 14 111 62
Binary 11011101 1000110 100010 0 1000100 1010101 1101 1100 1001001 110010

Color Harmonies of #DD4622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4622

Black with #DD4622

Text Example


Text Example

White with #DD4622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4622; }

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

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

background-color css

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

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

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

border-color css

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

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

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