Html Css Color HEX #DC382D Cinnabar

📋 copy color: '#DC382D'

red 220 ◦ green 56 ◦ blue 45

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

Shades of Cinnabar #DC382D

Tints of Cinnabar #DC382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 68.54%
G = 17.45%
B = 14.02%

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

#DC382D (or 0xDC382D) is known color: Cinnabar. HEX triplet: DC, 38 and 2D. RGB value is (220,56,45). Sum of RGB (Red+Green+Blue) = 220+56+45=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC382D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC382D is #23C7D2. Grayscale: #676767. Windows color (decimal): -2344915 or 2963676. OLE color: 2963676.

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

Color convert

RGB 220 56 45 -
CMYK 0 0.75 0.80 0.14
HSL 3.77º 0.71% 0.52% -
HSV(B) 3.77º 0.8% 0.86% -
XYZ 31.4 18.23 4.35 -
YUV 103.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 220 56 45 0 0.75 0.80 0.14 3.77 0.71 0.52
Hex DC 38 2D 0 4B 50 E 4 47 34
Octal 334 70 55 0 113 120 16 4 107 64
Binary 11011100 111000 101101 0 1001011 1010000 1110 100 1000111 110100

Color Harmonies of #DC382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC382D

Black with #DC382D

Text Example


Text Example

White with #DC382D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC382D; }

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

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

background-color css

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

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

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

border-color css

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

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

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