Html Css Color HEX #DD372D Cinnabar

📋 copy color: '#DD372D'

red 221 ◦ green 55 ◦ blue 45

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

Shades of Cinnabar #DD372D

Tints of Cinnabar #DD372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 68.85%
G = 17.13%
B = 14.02%

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

#DD372D (or 0xDD372D) is known color: Cinnabar. HEX triplet: DD, 37 and 2D. RGB value is (221,55,45). Sum of RGB (Red+Green+Blue) = 221+55+45=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD372D is #22C8D2. Grayscale: #676767. Windows color (decimal): -2279635 or 2963421. OLE color: 2963421.

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

Color convert

RGB 221 55 45 -
CMYK 0 0.75 0.80 0.13
HSL 3.41º 0.72% 0.52% -
HSV(B) 3.41º 0.8% 0.87% -
XYZ 31.66 18.29 4.35 -
YUV 103.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 221 55 45 0 0.75 0.80 0.13 3.41 0.72 0.52
Hex DD 37 2D 0 4B 50 D 3 48 34
Octal 335 67 55 0 113 120 15 3 110 64
Binary 11011101 110111 101101 0 1001011 1010000 1101 11 1001000 110100

Color Harmonies of #DD372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD372D

Black with #DD372D

Text Example


Text Example

White with #DD372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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