Html Css Color HEX #DC3C2E Cinnabar

📋 copy color: '#DC3C2E'

red 220 ◦ green 60 ◦ blue 46

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

Shades of Cinnabar #DC3C2E

Tints of Cinnabar #DC3C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 67.48%
G = 18.4%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC3C2E (or 0xDC3C2E) is known color: Cinnabar. HEX triplet: DC, 3C and 2E. RGB value is (220,60,46). Sum of RGB (Red+Green+Blue) = 220+60+46=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C2E is #23C3D1. Grayscale: #6A6A6A. Windows color (decimal): -2343890 or 3030236. OLE color: 3030236.

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

Color convert

RGB 220 60 46 -
CMYK 0 0.73 0.79 0.14
HSL 4.83º 0.71% 0.52% -
HSV(B) 4.83º 0.79% 0.86% -
XYZ 31.62 18.64 4.52 -
YUV 106.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 220 60 46 0 0.73 0.79 0.14 4.83 0.71 0.52
Hex DC 3C 2E 0 49 4F E 5 47 34
Octal 334 74 56 0 111 117 16 5 107 64
Binary 11011100 111100 101110 0 1001001 1001111 1110 101 1000111 110100

Color Harmonies of #DC3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C2E

Black with #DC3C2E

Text Example


Text Example

White with #DC3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C2E; }

 p { color: rgb(220,60,46); }

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

background-color css

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

 a { background-color: rgb(220,60,46); }

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

border-color css

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

 span { border-color: rgb(220,60,46); }

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