Html Css Color HEX #DC4D28 Cinnabar

📋 copy color: '#DC4D28'

red 220 ◦ green 77 ◦ blue 40

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

Shades of Cinnabar #DC4D28

Tints of Cinnabar #DC4D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.85%

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

R = 65.28%
G = 22.85%
B = 11.87%

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

#DC4D28 (or 0xDC4D28) is known color: Cinnabar. HEX triplet: DC, 4D and 28. RGB value is (220,77,40). Sum of RGB (Red+Green+Blue) = 220+77+40=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D28 is #23B2D7. Grayscale: #737373. Windows color (decimal): -2339544 or 2641372. OLE color: 2641372.

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

Color convert

RGB 220 77 40 -
CMYK 0 0.65 0.82 0.14
HSL 12.33º 0.72% 0.51% -
HSV(B) 12.33º 0.82% 0.86% -
XYZ 32.55 20.68 4.28 -
YUV 115.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 220 77 40 0 0.65 0.82 0.14 12.33 0.72 0.51
Hex DC 4D 28 0 41 52 E C 48 33
Octal 334 115 50 0 101 122 16 14 110 63
Binary 11011100 1001101 101000 0 1000001 1010010 1110 1100 1001000 110011

Color Harmonies of #DC4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D28

Black with #DC4D28

Text Example


Text Example

White with #DC4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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