Html Css Color HEX #DC3C31 Cinnabar

📋 copy color: '#DC3C31'

red 220 ◦ green 60 ◦ blue 49

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

Shades of Cinnabar #DC3C31

Tints of Cinnabar #DC3C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 66.87%
G = 18.24%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC3C31 (or 0xDC3C31) is known color: Cinnabar. HEX triplet: DC, 3C and 31. RGB value is (220,60,49). Sum of RGB (Red+Green+Blue) = 220+60+49=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C31 is #23C3CE. Grayscale: #6A6A6A. Windows color (decimal): -2343887 or 3226844. OLE color: 3226844.

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

Color convert

RGB 220 60 49 -
CMYK 0 0.73 0.78 0.14
HSL 3.86º 0.71% 0.53% -
HSV(B) 3.86º 0.78% 0.86% -
XYZ 31.69 18.67 4.84 -
YUV 106.59 95.51 208.89 -
System Red Green Blue C M Y K H S L
Decimal 220 60 49 0 0.73 0.78 0.14 3.86 0.71 0.53
Hex DC 3C 31 0 49 4E E 4 47 35
Octal 334 74 61 0 111 116 16 4 107 65
Binary 11011100 111100 110001 0 1001001 1001110 1110 100 1000111 110101

Color Harmonies of #DC3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C31

Black with #DC3C31

Text Example


Text Example

White with #DC3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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