Html Css Color HEX #DC342A Cinnabar

📋 copy color: '#DC342A'

red 220 ◦ green 52 ◦ blue 42

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

Shades of Cinnabar #DC342A

Tints of Cinnabar #DC342A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.56%

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

R = 70.06%
G = 16.56%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC342A (or 0xDC342A) is known color: Cinnabar. HEX triplet: DC, 34 and 2A. RGB value is (220,52,42). Sum of RGB (Red+Green+Blue) = 220+52+42=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC342A is #23CBD5. Grayscale: #656565. Windows color (decimal): -2345942 or 2766044. OLE color: 2766044.

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

Color convert

RGB 220 52 42 -
CMYK 0 0.76 0.81 0.14
HSL 3.37º 0.72% 0.51% -
HSV(B) 3.37º 0.81% 0.86% -
XYZ 31.16 17.84 3.99 -
YUV 101.09 94.66 212.81 -
System Red Green Blue C M Y K H S L
Decimal 220 52 42 0 0.76 0.81 0.14 3.37 0.72 0.51
Hex DC 34 2A 0 4C 51 E 3 48 33
Octal 334 64 52 0 114 121 16 3 110 63
Binary 11011100 110100 101010 0 1001100 1010001 1110 11 1001000 110011

Color Harmonies of #DC342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC342A

Black with #DC342A

Text Example


Text Example

White with #DC342A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC342A; }

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

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

background-color css

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

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

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

border-color css

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

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

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