Html Css Color HEX #DC3A2A Cinnabar

📋 copy color: '#DC3A2A'

red 220 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #DC3A2A

Tints of Cinnabar #DC3A2A

RGB

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

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

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

R = 68.75%
G = 18.13%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC3A2A (or 0xDC3A2A) is known color: Cinnabar. HEX triplet: DC, 3A and 2A. RGB value is (220,58,42). Sum of RGB (Red+Green+Blue) = 220+58+42=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3A2A is #23C5D5. Grayscale: #686868. Windows color (decimal): -2344406 or 2767580. OLE color: 2767580.

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

Color convert

RGB 220 58 42 -
CMYK 0 0.74 0.81 0.14
HSL 5.39º 0.72% 0.51% -
HSV(B) 5.39º 0.81% 0.86% -
XYZ 31.45 18.41 4.09 -
YUV 104.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 220 58 42 0 0.74 0.81 0.14 5.39 0.72 0.51
Hex DC 3A 2A 0 4A 51 E 5 48 33
Octal 334 72 52 0 112 121 16 5 110 63
Binary 11011100 111010 101010 0 1001010 1010001 1110 101 1001000 110011

Color Harmonies of #DC3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A2A

Black with #DC3A2A

Text Example


Text Example

White with #DC3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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