Html Css Color HEX #DC4636 Cinnabar

📋 copy color: '#DC4636'

red 220 ◦ green 70 ◦ blue 54

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

Shades of Cinnabar #DC4636

Tints of Cinnabar #DC4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 54 (21.48% from 255) = 15.7%

R = 63.95%
G = 20.35%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC4636 (or 0xDC4636) is known color: Cinnabar. HEX triplet: DC, 46 and 36. RGB value is (220,70,54). Sum of RGB (Red+Green+Blue) = 220+70+54=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 54 (21.48% from 255 or 15.70% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4636 is #23B9C9. Grayscale: #717171. Windows color (decimal): -2341322 or 3557084. OLE color: 3557084.

HSL color Cylindrical-coordinate representation of color #DC4636: hue angle of 5.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC4636 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 54 -
CMYK 0 0.68 0.75 0.14
HSL 5.78º 0.7% 0.54% -
HSV(B) 5.78º 0.75% 0.86% -
XYZ 32.37 19.86 5.62 -
YUV 113.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 220 70 54 0 0.68 0.75 0.14 5.78 0.7 0.54
Hex DC 46 36 0 44 4B E 6 46 36
Octal 334 106 66 0 104 113 16 6 106 66
Binary 11011100 1000110 110110 0 1000100 1001011 1110 110 1000110 110110

Color Harmonies of #DC4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4636

Black with #DC4636

Text Example


Text Example

White with #DC4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4636; }

 p { color: rgb(220,70,54); }

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

background-color css

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

 a { background-color: rgb(220,70,54); }

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

border-color css

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

 span { border-color: rgb(220,70,54); }

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