Html Css Color HEX #DC3D3C Cinnabar

📋 copy color: '#DC3D3C'

red 220 ◦ green 61 ◦ blue 60

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

Shades of Cinnabar #DC3D3C

Tints of Cinnabar #DC3D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.89%

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 64.52%
G = 17.89%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC3D3C (or 0xDC3D3C) is known color: Cinnabar. HEX triplet: DC, 3D and 3C. RGB value is (220,61,60). Sum of RGB (Red+Green+Blue) = 220+61+60=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D3C is #23C2C3. Grayscale: #6C6C6C. Windows color (decimal): -2343620 or 3947996. OLE color: 3947996.

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

Color convert

RGB 220 61 60 -
CMYK 0 0.72 0.73 0.14
HSL 0.38º 0.7% 0.55% -
HSV(B) 0.38º 0.73% 0.86% -
XYZ 32 18.88 6.23 -
YUV 108.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 220 61 60 0 0.72 0.73 0.14 0.38 0.7 0.55
Hex DC 3D 3C 0 48 49 E 0 46 37
Octal 334 75 74 0 110 111 16 0 106 67
Binary 11011100 111101 111100 0 1001000 1001001 1110 0 1000110 110111

Color Harmonies of #DC3D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D3C

Black with #DC3D3C

Text Example


Text Example

White with #DC3D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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