Html Css Color HEX #DC3C34 Cinnabar

📋 copy color: '#DC3C34'

red 220 ◦ green 60 ◦ blue 52

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

Shades of Cinnabar #DC3C34

Tints of Cinnabar #DC3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 66.27%
G = 18.07%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC3C34 (or 0xDC3C34) is known color: Cinnabar. HEX triplet: DC, 3C and 34. RGB value is (220,60,52). Sum of RGB (Red+Green+Blue) = 220+60+52=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C34 is #23C3CB. Grayscale: #6B6B6B. Windows color (decimal): -2343884 or 3423452. OLE color: 3423452.

HSL color Cylindrical-coordinate representation of color #DC3C34: hue angle of 2.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3C34 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 60 52 -
CMYK 0 0.73 0.76 0.14
HSL 2.86º 0.71% 0.53% -
HSV(B) 2.86º 0.76% 0.86% -
XYZ 31.75 18.7 5.18 -
YUV 106.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 220 60 52 0 0.73 0.76 0.14 2.86 0.71 0.53
Hex DC 3C 34 0 49 4C E 3 47 35
Octal 334 74 64 0 111 114 16 3 107 65
Binary 11011100 111100 110100 0 1001001 1001100 1110 11 1000111 110101

Color Harmonies of #DC3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C34

Black with #DC3C34

Text Example


Text Example

White with #DC3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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