Html Css Color HEX #DC382B Cinnabar

📋 copy color: '#DC382B'

red 220 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #DC382B

Tints of Cinnabar #DC382B

RGB

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

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

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

R = 68.97%
G = 17.55%
B = 13.48%

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

#DC382B (or 0xDC382B) is known color: Cinnabar. HEX triplet: DC, 38 and 2B. RGB value is (220,56,43). Sum of RGB (Red+Green+Blue) = 220+56+43=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC382B is #23C7D4. Grayscale: #676767. Windows color (decimal): -2344917 or 2832604. OLE color: 2832604.

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

Color convert

RGB 220 56 43 -
CMYK 0 0.75 0.80 0.14
HSL 4.41º 0.72% 0.52% -
HSV(B) 4.41º 0.8% 0.86% -
XYZ 31.37 18.22 4.15 -
YUV 103.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 220 56 43 0 0.75 0.80 0.14 4.41 0.72 0.52
Hex DC 38 2B 0 4B 50 E 4 48 34
Octal 334 70 53 0 113 120 16 4 110 64
Binary 11011100 111000 101011 0 1001011 1010000 1110 100 1001000 110100

Color Harmonies of #DC382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC382B

Black with #DC382B

Text Example


Text Example

White with #DC382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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