Html Css Color HEX #DC3C2B Cinnabar

📋 copy color: '#DC3C2B'

red 220 ◦ green 60 ◦ blue 43

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

Shades of Cinnabar #DC3C2B

Tints of Cinnabar #DC3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 68.11%
G = 18.58%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC3C2B (or 0xDC3C2B) is known color: Cinnabar. HEX triplet: DC, 3C and 2B. RGB value is (220,60,43). Sum of RGB (Red+Green+Blue) = 220+60+43=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C2B is #23C3D4. Grayscale: #6A6A6A. Windows color (decimal): -2343893 or 2833628. OLE color: 2833628.

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

Color convert

RGB 220 60 43 -
CMYK 0 0.73 0.80 0.14
HSL 5.76º 0.72% 0.52% -
HSV(B) 5.76º 0.8% 0.86% -
XYZ 31.57 18.62 4.22 -
YUV 105.9 92.51 209.38 -
System Red Green Blue C M Y K H S L
Decimal 220 60 43 0 0.73 0.80 0.14 5.76 0.72 0.52
Hex DC 3C 2B 0 49 50 E 6 48 34
Octal 334 74 53 0 111 120 16 6 110 64
Binary 11011100 111100 101011 0 1001001 1010000 1110 110 1001000 110100

Color Harmonies of #DC3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C2B

Black with #DC3C2B

Text Example


Text Example

White with #DC3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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