Html Css Color HEX #DC3E2C Cinnabar

📋 copy color: '#DC3E2C'

red 220 ◦ green 62 ◦ blue 44

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

Shades of Cinnabar #DC3E2C

Tints of Cinnabar #DC3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 44 (17.58% from 255) = 13.5%

R = 67.48%
G = 19.02%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC3E2C (or 0xDC3E2C) is known color: Cinnabar. HEX triplet: DC, 3E and 2C. RGB value is (220,62,44). Sum of RGB (Red+Green+Blue) = 220+62+44=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E2C is #23C1D3. Grayscale: #6B6B6B. Windows color (decimal): -2343380 or 2899676. OLE color: 2899676.

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

Color convert

RGB 220 62 44 -
CMYK 0 0.72 0.8 0.14
HSL 6.14º 0.72% 0.52% -
HSV(B) 6.14º 0.8% 0.86% -
XYZ 31.69 18.84 4.35 -
YUV 107.19 92.35 208.46 -
System Red Green Blue C M Y K H S L
Decimal 220 62 44 0 0.72 0.8 0.14 6.14 0.72 0.52
Hex DC 3E 2C 0 48 50 E 6 48 34
Octal 334 76 54 0 110 120 16 6 110 64
Binary 11011100 111110 101100 0 1001000 1010000 1110 110 1001000 110100

Color Harmonies of #DC3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E2C

Black with #DC3E2C

Text Example


Text Example

White with #DC3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E2C; }

 p { color: rgb(220,62,44); }

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

background-color css

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

 a { background-color: rgb(220,62,44); }

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

border-color css

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

 span { border-color: rgb(220,62,44); }

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