Html Css Color HEX #DC3C35 Cinnabar

📋 copy color: '#DC3C35'

red 220 ◦ green 60 ◦ blue 53

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

Shades of Cinnabar #DC3C35

Tints of Cinnabar #DC3C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 66.07%
G = 18.02%
B = 15.92%

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

#DC3C35 (or 0xDC3C35) is known color: Cinnabar. HEX triplet: DC, 3C and 35. RGB value is (220,60,53). Sum of RGB (Red+Green+Blue) = 220+60+53=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3C35 is #23C3CA. Grayscale: #6B6B6B. Windows color (decimal): -2343883 or 3488988. OLE color: 3488988.

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

Color convert

RGB 220 60 53 -
CMYK 0 0.73 0.76 0.14
HSL 2.51º 0.7% 0.54% -
HSV(B) 2.51º 0.76% 0.86% -
XYZ 31.77 18.7 5.3 -
YUV 107.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 220 60 53 0 0.73 0.76 0.14 2.51 0.7 0.54
Hex DC 3C 35 0 49 4C E 3 46 36
Octal 334 74 65 0 111 114 16 3 106 66
Binary 11011100 111100 110101 0 1001001 1001100 1110 11 1000110 110110

Color Harmonies of #DC3C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3C35

Black with #DC3C35

Text Example


Text Example

White with #DC3C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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