Html Css Color HEX #DC3A2C Cinnabar

📋 copy color: '#DC3A2C'

red 220 ◦ green 58 ◦ blue 44

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

Shades of Cinnabar #DC3A2C

Tints of Cinnabar #DC3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 68.32%
G = 18.01%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC3A2C (or 0xDC3A2C) is known color: Cinnabar. HEX triplet: DC, 3A and 2C. RGB value is (220,58,44). Sum of RGB (Red+Green+Blue) = 220+58+44=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A2C is #23C5D3. Grayscale: #696969. Windows color (decimal): -2344404 or 2898652. OLE color: 2898652.

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

Color convert

RGB 220 58 44 -
CMYK 0 0.74 0.8 0.14
HSL 4.77º 0.72% 0.52% -
HSV(B) 4.77º 0.8% 0.86% -
XYZ 31.48 18.42 4.28 -
YUV 104.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 220 58 44 0 0.74 0.8 0.14 4.77 0.72 0.52
Hex DC 3A 2C 0 4A 50 E 5 48 34
Octal 334 72 54 0 112 120 16 5 110 64
Binary 11011100 111010 101100 0 1001010 1010000 1110 101 1001000 110100

Color Harmonies of #DC3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A2C

Black with #DC3A2C

Text Example


Text Example

White with #DC3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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