Html Css Color HEX #DC4C28 Cinnabar

📋 copy color: '#DC4C28'

red 220 ◦ green 76 ◦ blue 40

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

Shades of Cinnabar #DC4C28

Tints of Cinnabar #DC4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.9%

R = 65.48%
G = 22.62%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC4C28 (or 0xDC4C28) is known color: Cinnabar. HEX triplet: DC, 4C and 28. RGB value is (220,76,40). Sum of RGB (Red+Green+Blue) = 220+76+40=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4C28 is #23B3D7. Grayscale: #737373. Windows color (decimal): -2339800 or 2641116. OLE color: 2641116.

HSL color Cylindrical-coordinate representation of color #DC4C28: hue angle of 12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC4C28 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 76 40 -
CMYK 0 0.65 0.82 0.14
HSL 12º 0.72% 0.51% -
HSV(B) 12º 0.82% 0.86% -
XYZ 32.48 20.54 4.26 -
YUV 114.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 220 76 40 0 0.65 0.82 0.14 12 0.72 0.51
Hex DC 4C 28 0 41 52 E C 48 33
Octal 334 114 50 0 101 122 16 14 110 63
Binary 11011100 1001100 101000 0 1000001 1010010 1110 1100 1001000 110011

Color Harmonies of #DC4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C28

Black with #DC4C28

Text Example


Text Example

White with #DC4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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