Html Css Color HEX #DC3D3A Cinnabar

📋 copy color: '#DC3D3A'

red 220 ◦ green 61 ◦ blue 58

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

Shades of Cinnabar #DC3D3A

Tints of Cinnabar #DC3D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.11%

R = 64.9%
G = 17.99%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC3D3A (or 0xDC3D3A) is known color: Cinnabar. HEX triplet: DC, 3D and 3A. RGB value is (220,61,58). Sum of RGB (Red+Green+Blue) = 220+61+58=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D3A is #23C2C5. Grayscale: #6C6C6C. Windows color (decimal): -2343622 or 3816924. OLE color: 3816924.

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

Color convert

RGB 220 61 58 -
CMYK 0 0.72 0.74 0.14
HSL 1.11º 0.7% 0.55% -
HSV(B) 1.11º 0.74% 0.86% -
XYZ 31.95 18.86 5.96 -
YUV 108.2 99.68 207.74 -
System Red Green Blue C M Y K H S L
Decimal 220 61 58 0 0.72 0.74 0.14 1.11 0.7 0.55
Hex DC 3D 3A 0 48 4A E 1 46 37
Octal 334 75 72 0 110 112 16 1 106 67
Binary 11011100 111101 111010 0 1001000 1001010 1110 1 1000110 110111

Color Harmonies of #DC3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D3A

Black with #DC3D3A

Text Example


Text Example

White with #DC3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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