Html Css Color HEX #DD372C Cinnabar

📋 copy color: '#DD372C'

red 221 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #DD372C

Tints of Cinnabar #DD372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.75%

R = 69.06%
G = 17.19%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD372C (or 0xDD372C) is known color: Cinnabar. HEX triplet: DD, 37 and 2C. RGB value is (221,55,44). Sum of RGB (Red+Green+Blue) = 221+55+44=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD372C is #22C8D3. Grayscale: #676767. Windows color (decimal): -2279636 or 2897885. OLE color: 2897885.

HSL color Cylindrical-coordinate representation of color #DD372C: hue angle of 3.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD372C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 55 44 -
CMYK 0 0.75 0.80 0.13
HSL 3.73º 0.72% 0.52% -
HSV(B) 3.73º 0.8% 0.87% -
XYZ 31.64 18.29 4.24 -
YUV 103.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 221 55 44 0 0.75 0.80 0.13 3.73 0.72 0.52
Hex DD 37 2C 0 4B 50 D 4 48 34
Octal 335 67 54 0 113 120 15 4 110 64
Binary 11011101 110111 101100 0 1001011 1010000 1101 100 1001000 110100

Color Harmonies of #DD372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD372C

Black with #DD372C

Text Example


Text Example

White with #DD372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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