Html Css Color HEX #DD3623 Cinnabar

📋 copy color: '#DD3623'

red 221 ◦ green 54 ◦ blue 35

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

Shades of Cinnabar #DD3623

Tints of Cinnabar #DD3623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 71.29%
G = 17.42%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD3623 (or 0xDD3623) is known color: Cinnabar. HEX triplet: DD, 36 and 23. RGB value is (221,54,35). Sum of RGB (Red+Green+Blue) = 221+54+35=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3623 is #22C9DC. Grayscale: #666666. Windows color (decimal): -2279901 or 2307805. OLE color: 2307805.

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

Color convert

RGB 221 54 35 -
CMYK 0 0.76 0.84 0.13
HSL 6.13º 0.73% 0.5% -
HSV(B) 6.13º 0.84% 0.87% -
XYZ 31.44 18.13 3.43 -
YUV 101.77 90.33 213.04 -
System Red Green Blue C M Y K H S L
Decimal 221 54 35 0 0.76 0.84 0.13 6.13 0.73 0.5
Hex DD 36 23 0 4C 54 D 6 49 32
Octal 335 66 43 0 114 124 15 6 111 62
Binary 11011101 110110 100011 0 1001100 1010100 1101 110 1001001 110010

Color Harmonies of #DD3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3623

Black with #DD3623

Text Example


Text Example

White with #DD3623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3623; }

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

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

background-color css

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

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

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

border-color css

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

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

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