Html Css Color HEX #DD372E Cinnabar

📋 copy color: '#DD372E'

red 221 ◦ green 55 ◦ blue 46

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

Shades of Cinnabar #DD372E

Tints of Cinnabar #DD372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.29%

R = 68.63%
G = 17.08%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD372E (or 0xDD372E) is known color: Cinnabar. HEX triplet: DD, 37 and 2E. RGB value is (221,55,46). Sum of RGB (Red+Green+Blue) = 221+55+46=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD372E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD372E is #22C8D1. Grayscale: #676767. Windows color (decimal): -2279634 or 3028957. OLE color: 3028957.

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

Color convert

RGB 221 55 46 -
CMYK 0 0.75 0.79 0.13
HSL 3.09º 0.72% 0.52% -
HSV(B) 3.09º 0.79% 0.87% -
XYZ 31.68 18.3 4.45 -
YUV 103.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 221 55 46 0 0.75 0.79 0.13 3.09 0.72 0.52
Hex DD 37 2E 0 4B 4F D 3 48 34
Octal 335 67 56 0 113 117 15 3 110 64
Binary 11011101 110111 101110 0 1001011 1001111 1101 11 1001000 110100

Color Harmonies of #DD372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD372E

Black with #DD372E

Text Example


Text Example

White with #DD372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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