Html Css Color HEX #DC342B Cinnabar

📋 copy color: '#DC342B'

red 220 ◦ green 52 ◦ blue 43

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

Shades of Cinnabar #DC342B

Tints of Cinnabar #DC342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.65%

R = 69.84%
G = 16.51%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC342B (or 0xDC342B) is known color: Cinnabar. HEX triplet: DC, 34 and 2B. RGB value is (220,52,43). Sum of RGB (Red+Green+Blue) = 220+52+43=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC342B is #23CBD4. Grayscale: #656565. Windows color (decimal): -2345941 or 2831580. OLE color: 2831580.

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

Color convert

RGB 220 52 43 -
CMYK 0 0.76 0.80 0.14
HSL 3.05º 0.72% 0.52% -
HSV(B) 3.05º 0.8% 0.86% -
XYZ 31.18 17.85 4.09 -
YUV 101.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 220 52 43 0 0.76 0.80 0.14 3.05 0.72 0.52
Hex DC 34 2B 0 4C 50 E 3 48 34
Octal 334 64 53 0 114 120 16 3 110 64
Binary 11011100 110100 101011 0 1001100 1010000 1110 11 1001000 110100

Color Harmonies of #DC342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC342B

Black with #DC342B

Text Example


Text Example

White with #DC342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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