Html Css Color HEX #DC3E3E Cinnabar

📋 copy color: '#DC3E3E'

red 220 ◦ green 62 ◦ blue 62

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

Shades of Cinnabar #DC3E3E

Tints of Cinnabar #DC3E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.02%

R = 63.95%
G = 18.02%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC3E3E (or 0xDC3E3E) is known color: Cinnabar. HEX triplet: DC, 3E and 3E. RGB value is (220,62,62). Sum of RGB (Red+Green+Blue) = 220+62+62=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3E3E is #23C1C1. Grayscale: #6D6D6D. Windows color (decimal): -2343362 or 4079324. OLE color: 4079324.

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

Color convert

RGB 220 62 62 -
CMYK 0 0.72 0.72 0.14
HSL 0.69% 0.55% -
HSV(B) 0.72% 0.86% -
XYZ 32.11 19.01 6.53 -
YUV 109.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 220 62 62 0 0.72 0.72 0.14 0 0.69 0.55
Hex DC 3E 3E 0 48 48 E 0 45 37
Octal 334 76 76 0 110 110 16 0 105 67
Binary 11011100 111110 111110 0 1001000 1001000 1110 0 1000101 110111

Color Harmonies of #DC3E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E3E

Black with #DC3E3E

Text Example


Text Example

White with #DC3E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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