Html Css Color HEX #DC3C2A Cinnabar

📋 copy color: '#DC3C2A'

red 220 ◦ green 60 ◦ blue 42

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

Shades of Cinnabar #DC3C2A

Tints of Cinnabar #DC3C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 68.32%
G = 18.63%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3C2A (or 0xDC3C2A) is known color: Cinnabar. HEX triplet: DC, 3C and 2A. RGB value is (220,60,42). Sum of RGB (Red+Green+Blue) = 220+60+42=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C2A is #23C3D5. Grayscale: #6A6A6A. Windows color (decimal): -2343894 or 2768092. OLE color: 2768092.

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

Color convert

RGB 220 60 42 -
CMYK 0 0.73 0.81 0.14
HSL 6.07º 0.72% 0.51% -
HSV(B) 6.07º 0.81% 0.86% -
XYZ 31.55 18.61 4.12 -
YUV 105.79 92.01 209.46 -
System Red Green Blue C M Y K H S L
Decimal 220 60 42 0 0.73 0.81 0.14 6.07 0.72 0.51
Hex DC 3C 2A 0 49 51 E 6 48 33
Octal 334 74 52 0 111 121 16 6 110 63
Binary 11011100 111100 101010 0 1001001 1010001 1110 110 1001000 110011

Color Harmonies of #DC3C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C2A

Black with #DC3C2A

Text Example


Text Example

White with #DC3C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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