Html Css Color HEX #DC3E3A Cinnabar

📋 copy color: '#DC3E3A'

red 220 ◦ green 62 ◦ blue 58

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

Shades of Cinnabar #DC3E3A

Tints of Cinnabar #DC3E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.24%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 64.71%
G = 18.24%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC3E3A (or 0xDC3E3A) is known color: Cinnabar. HEX triplet: DC, 3E and 3A. RGB value is (220,62,58). Sum of RGB (Red+Green+Blue) = 220+62+58=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E3A is #23C1C5. Grayscale: #6C6C6C. Windows color (decimal): -2343366 or 3817180. OLE color: 3817180.

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

Color convert

RGB 220 62 58 -
CMYK 0 0.72 0.74 0.14
HSL 1.48º 0.7% 0.55% -
HSV(B) 1.48º 0.74% 0.86% -
XYZ 32 18.97 5.98 -
YUV 108.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 220 62 58 0 0.72 0.74 0.14 1.48 0.7 0.55
Hex DC 3E 3A 0 48 4A E 1 46 37
Octal 334 76 72 0 110 112 16 1 106 67
Binary 11011100 111110 111010 0 1001000 1001010 1110 1 1000110 110111

Color Harmonies of #DC3E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E3A

Black with #DC3E3A

Text Example


Text Example

White with #DC3E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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