Html Css Color HEX #DC4C2B Cinnabar

📋 copy color: '#DC4C2B'

red 220 ◦ green 76 ◦ blue 43

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

Shades of Cinnabar #DC4C2B

Tints of Cinnabar #DC4C2B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.42%

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

R = 64.9%
G = 22.42%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC4C2B (or 0xDC4C2B) is known color: Cinnabar. HEX triplet: DC, 4C and 2B. RGB value is (220,76,43). Sum of RGB (Red+Green+Blue) = 220+76+43=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C2B is #23B3D4. Grayscale: #737373. Windows color (decimal): -2339797 or 2837724. OLE color: 2837724.

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

Color convert

RGB 220 76 43 -
CMYK 0 0.65 0.80 0.14
HSL 11.19º 0.72% 0.52% -
HSV(B) 11.19º 0.8% 0.86% -
XYZ 32.54 20.56 4.54 -
YUV 115.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 220 76 43 0 0.65 0.80 0.14 11.19 0.72 0.52
Hex DC 4C 2B 0 41 50 E B 48 34
Octal 334 114 53 0 101 120 16 13 110 64
Binary 11011100 1001100 101011 0 1000001 1010000 1110 1011 1001000 110100

Color Harmonies of #DC4C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C2B

Black with #DC4C2B

Text Example


Text Example

White with #DC4C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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