Html Css Color HEX #DD372B Cinnabar

📋 copy color: '#DD372B'

red 221 ◦ green 55 ◦ blue 43

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

Shades of Cinnabar #DD372B

Tints of Cinnabar #DD372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 69.28%
G = 17.24%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD372B (or 0xDD372B) is known color: Cinnabar. HEX triplet: DD, 37 and 2B. RGB value is (221,55,43). Sum of RGB (Red+Green+Blue) = 221+55+43=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD372B is #22C8D4. Grayscale: #676767. Windows color (decimal): -2279637 or 2832349. OLE color: 2832349.

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

Color convert

RGB 221 55 43 -
CMYK 0 0.75 0.81 0.13
HSL 4.04º 0.72% 0.52% -
HSV(B) 4.04º 0.81% 0.87% -
XYZ 31.62 18.28 4.15 -
YUV 103.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 221 55 43 0 0.75 0.81 0.13 4.04 0.72 0.52
Hex DD 37 2B 0 4B 51 D 4 48 34
Octal 335 67 53 0 113 121 15 4 110 64
Binary 11011101 110111 101011 0 1001011 1010001 1101 100 1001000 110100

Color Harmonies of #DD372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD372B

Black with #DD372B

Text Example


Text Example

White with #DD372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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