Html Css Color HEX #DD3622 Cinnabar

📋 copy color: '#DD3622'

red 221 ◦ green 54 ◦ blue 34

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

Shades of Cinnabar #DD3622

Tints of Cinnabar #DD3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

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

R = 71.52%
G = 17.48%
B = 11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3622 (or 0xDD3622) is known color: Cinnabar. HEX triplet: DD, 36 and 22. RGB value is (221,54,34). Sum of RGB (Red+Green+Blue) = 221+54+34=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3622 is #22C9DD. Grayscale: #656565. Windows color (decimal): -2279902 or 2242269. OLE color: 2242269.

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

Color convert

RGB 221 54 34 -
CMYK 0 0.76 0.85 0.13
HSL 6.42º 0.73% 0.5% -
HSV(B) 6.42º 0.85% 0.87% -
XYZ 31.43 18.13 3.36 -
YUV 101.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 221 54 34 0 0.76 0.85 0.13 6.42 0.73 0.5
Hex DD 36 22 0 4C 55 D 6 49 32
Octal 335 66 42 0 114 125 15 6 111 62
Binary 11011101 110110 100010 0 1001100 1010101 1101 110 1001001 110010

Color Harmonies of #DD3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3622

Black with #DD3622

Text Example


Text Example

White with #DD3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3622; }

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

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

background-color css

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

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

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

border-color css

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

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

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