Html Css Color HEX #DC3623 Cinnabar

📋 copy color: '#DC3623'

red 220 ◦ green 54 ◦ blue 35

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

Shades of Cinnabar #DC3623

Tints of Cinnabar #DC3623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 71.2%
G = 17.48%
B = 11.33%

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

#DC3623 (or 0xDC3623) is known color: Cinnabar. HEX triplet: DC, 36 and 23. RGB value is (220,54,35). Sum of RGB (Red+Green+Blue) = 220+54+35=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3623 is #23C9DC. Grayscale: #656565. Windows color (decimal): -2345437 or 2307804. OLE color: 2307804.

HSL color Cylindrical-coordinate representation of color #DC3623: hue angle of 6.16º degrees, saturation: 0.73, 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 #DC3623 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 35 -
CMYK 0 0.75 0.84 0.14
HSL 6.16º 0.73% 0.5% -
HSV(B) 6.16º 0.84% 0.86% -
XYZ 31.14 17.98 3.42 -
YUV 101.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 220 54 35 0 0.75 0.84 0.14 6.16 0.73 0.5
Hex DC 36 23 0 4B 54 E 6 49 32
Octal 334 66 43 0 113 124 16 6 111 62
Binary 11011100 110110 100011 0 1001011 1010100 1110 110 1001001 110010

Color Harmonies of #DC3623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3623

Black with #DC3623

Text Example


Text Example

White with #DC3623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3623; }

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

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

background-color css

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

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

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

border-color css

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

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

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