Html Css Color HEX #DD3722 Cinnabar

📋 copy color: '#DD3722'

red 221 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #DD3722

Tints of Cinnabar #DD3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 71.29%
G = 17.74%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD3722 (or 0xDD3722) is known color: Cinnabar. HEX triplet: DD, 37 and 22. RGB value is (221,55,34). Sum of RGB (Red+Green+Blue) = 221+55+34=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3722 is #22C8DD. Grayscale: #666666. Windows color (decimal): -2279646 or 2242525. OLE color: 2242525.

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

Color convert

RGB 221 55 34 -
CMYK 0 0.75 0.85 0.13
HSL 6.74º 0.73% 0.5% -
HSV(B) 6.74º 0.85% 0.87% -
XYZ 31.47 18.22 3.37 -
YUV 102.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 221 55 34 0 0.75 0.85 0.13 6.74 0.73 0.5
Hex DD 37 22 0 4B 55 D 7 49 32
Octal 335 67 42 0 113 125 15 7 111 62
Binary 11011101 110111 100010 0 1001011 1010101 1101 111 1001001 110010

Color Harmonies of #DD3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3722

Black with #DD3722

Text Example


Text Example

White with #DD3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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