Html Css Color HEX #DC3624 Cinnabar

📋 copy color: '#DC3624'

red 220 ◦ green 54 ◦ blue 36

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

Shades of Cinnabar #DC3624

Tints of Cinnabar #DC3624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.42%

 BLUE value IS 36 (14.45% from 255) = 11.61%

R = 70.97%
G = 17.42%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DC3624 (or 0xDC3624) is known color: Cinnabar. HEX triplet: DC, 36 and 24. RGB value is (220,54,36). Sum of RGB (Red+Green+Blue) = 220+54+36=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3624 is #23C9DB. Grayscale: #656565. Windows color (decimal): -2345436 or 2373340. OLE color: 2373340.

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

Color convert

RGB 220 54 36 -
CMYK 0 0.75 0.84 0.14
HSL 5.87º 0.72% 0.5% -
HSV(B) 5.87º 0.84% 0.86% -
XYZ 31.15 17.98 3.5 -
YUV 101.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 220 54 36 0 0.75 0.84 0.14 5.87 0.72 0.5
Hex DC 36 24 0 4B 54 E 6 48 32
Octal 334 66 44 0 113 124 16 6 110 62
Binary 11011100 110110 100100 0 1001011 1010100 1110 110 1001000 110010

Color Harmonies of #DC3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3624

Black with #DC3624

Text Example


Text Example

White with #DC3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3624; }

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

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

background-color css

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

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

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

border-color css

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

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

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