Html Css Color HEX #DC372D Cinnabar

📋 copy color: '#DC372D'

red 220 ◦ green 55 ◦ blue 45

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

Shades of Cinnabar #DC372D

Tints of Cinnabar #DC372D

RGB

 RED value IS 220 (86.33% from 255) = 68.75%

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

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

R = 68.75%
G = 17.19%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC372D (or 0xDC372D) is known color: Cinnabar. HEX triplet: DC, 37 and 2D. RGB value is (220,55,45). Sum of RGB (Red+Green+Blue) = 220+55+45=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC372D is #23C8D2. Grayscale: #676767. Windows color (decimal): -2345171 or 2963420. OLE color: 2963420.

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

Color convert

RGB 220 55 45 -
CMYK 0 0.75 0.80 0.14
HSL 3.43º 0.71% 0.52% -
HSV(B) 3.43º 0.8% 0.86% -
XYZ 31.36 18.14 4.33 -
YUV 103.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 220 55 45 0 0.75 0.80 0.14 3.43 0.71 0.52
Hex DC 37 2D 0 4B 50 E 3 47 34
Octal 334 67 55 0 113 120 16 3 107 64
Binary 11011100 110111 101101 0 1001011 1010000 1110 11 1000111 110100

Color Harmonies of #DC372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC372D

Black with #DC372D

Text Example


Text Example

White with #DC372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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